com.esri.arcgis.geodatabase
Class IPlugInFileSystemDatasetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IPlugInFileSystemDatasetProxy
All Implemented Interfaces:
IPlugInFileSystemDataset, Externalizable, Serializable

public class IPlugInFileSystemDatasetProxy
extends com.esri.arcgis.interop.Dispatch
implements IPlugInFileSystemDataset, Serializable

Provides access to members describing a file-system dataset.

Description

IPlugInFileSystemDataset may be implemented by a plug-in dataset helper class if the plug-in data source is a file-system workspace. Should be implemented by multi-file data sources. Single-file and folder-based data sources do not need to implement it. The interface is used to derive correct metadata about datasets.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IPlugInFileSystemDatasetProxy()
           
  IPlugInFileSystemDatasetProxy(Object obj)
           
protected IPlugInFileSystemDatasetProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getFullPath()
          The full path to the dataset.
 int getSize()
          The size of the dataset (in bytes).
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IPlugInFileSystemDatasetProxy

public IPlugInFileSystemDatasetProxy()

IPlugInFileSystemDatasetProxy

public IPlugInFileSystemDatasetProxy(Object obj)
                              throws IOException
Throws:
IOException

IPlugInFileSystemDatasetProxy

protected IPlugInFileSystemDatasetProxy(Object obj,
                                        String iid)
                                 throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getFullPath

public String getFullPath()
                   throws IOException,
                          AutomationException
The full path to the dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getFullPath in interface IPlugInFileSystemDataset
Returns:
The path
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSize

public int getSize()
            throws IOException,
                   AutomationException
The size of the dataset (in bytes).

Description

Returns the size of the dataset in bytes. Should count all files associated with the dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getSize in interface IPlugInFileSystemDataset
Returns:
The size
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.