com.esri.arcgis.geodatabase
Interface IPlugInMetadataPath

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IPlugInMetadataPath2
All Known Implementing Classes:
FMEWorkspaceHelper, IPlugInMetadataPath2Proxy, IPlugInMetadataPathProxy

public interface IPlugInMetadataPath
extends java.io.Serializable

Provides access to members that manage file metadata for a plug-in.

Superseded By

IPlugInMetadataPath2

Description

This interface may be implemented by a plug-in workspace helper class that does not implement IPlugInMetadata.

Remarks

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.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Method Summary
 java.lang.String getMetadataPath(java.lang.String localName)
          The path to the metadata file for the dataset indentified by localName.
 

Method Detail

getMetadataPath

java.lang.String getMetadataPath(java.lang.String localName)
                                 throws java.io.IOException,
                                        AutomationException
The path to the metadata file for the dataset indentified by localName.

Product Availability

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

Parameters:
localName - The localName (in)
Returns:
The metadataPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.