|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInMetadataPath
Provides access to members that manage file metadata for a plug-in.
This interface may be implemented by a plug-in workspace helper class that does not implement IPlugInMetadata.
You should implement either IPlugInMetadata or IPlugInMetadataPath on your plug-in workspace helper for successful operation of the Export Data command in ArcMap. This command uses the FeatureDataConverter object which relies on metadata capabilities of data sources.
Method Summary | |
---|---|
String |
getMetadataPath(String localName)
The path to the metadata file for the dataset indentified by localName. |
Method Detail |
---|
String getMetadataPath(String localName) throws IOException, AutomationException
localName
- The localName (in)
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 |