|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInMetadata
Provides access to members that manage property set metadata for a plug-in.
May be implemented by a plug-in workspace helper class if a plug-in data source has its own metadata engine.
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 | |
---|---|
IPropertySet |
getMetadata(String localName)
A property set containing the metadata for the indicated dataset. |
boolean |
isCanEditMetadata()
Indicates if the metadata for the indicated dataset currently writable. |
void |
setMetadata(String localName,
IPropertySet metadata)
A property set containing the metadata for the indicated dataset. |
Method Detail |
---|
boolean isCanEditMetadata() throws IOException, AutomationException
Returns true if the metadata is currently editable. This implies that a call to put_Metadata is expected to succeed.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getMetadata(String localName) throws IOException, AutomationException
localName
- The localName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMetadata(String localName, IPropertySet metadata) throws IOException, AutomationException
localName
- The localName (in)metadata
- A reference to a com.esri.arcgis.system.IPropertySet (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 |