com.esri.arcgis.geodatabase
Interface IPlugInFileSystemDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPlugInFileSystemDatasetProxy

public interface IPlugInFileSystemDataset
extends java.io.Serializable

COM Interface 'IPlugInFileSystemDataset'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members describing a file-system dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa553189f_79f4_4647_9d5c_898d69dc59ae
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFullPath()
          The full path to the dataset.
 int getSize()
          The size of the dataset (in bytes).
 

Field Detail

IIDa553189f_79f4_4647_9d5c_898d69dc59ae

static final int IIDa553189f_79f4_4647_9d5c_898d69dc59ae
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFullPath

java.lang.String getFullPath()
                             throws java.io.IOException,
                                    AutomationException
The full path to the dataset.

Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSize

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

Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.