|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInFileSystemDataset
Provides access to members describing a file-system dataset.
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.
Method Summary | |
---|---|
String |
getFullPath()
The full path to the dataset. |
int |
getSize()
The size of the dataset (in bytes). |
Method Detail |
---|
String getFullPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSize() throws IOException, AutomationException
Returns the size of the dataset in bytes. Should count all files associated with the dataset.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |