com.esri.arcgis.catalog
Interface IGxObjectFactoryMetadata

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAddInFactory, GxCadFactory, GxCoverageFactory, GxDatabaseFactory, GxExcelFactory, GxFeatureDefinitionPackageFactory, GxFileFactory, GxLayerFactory, GxMapFactory, GxMetadataFactory, GxMSDFileFactory, GxPackageFactory, GxPCCoverageFactory, GxPrjFileFactory, GxRasterFileSystemFactory, GxReportFactory, GxSDCFactory, GxShapefileFactory, GxStreetMapFactory, GxTextFileFactory, GxVpfFactory, IGxObjectFactoryMetadataProxy

public interface IGxObjectFactoryMetadata
extends Serializable

Provides access to members that returns a GxObject from some metadata.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGxObject getGxObjectFromMetadata(String metadataPath)
          Given a path to some metadata, constructs the corresponding GxObject.
 

Method Detail

getGxObjectFromMetadata

IGxObject getGxObjectFromMetadata(String metadataPath)
                                  throws IOException,
                                         AutomationException
Given a path to some metadata, constructs the corresponding GxObject.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
metadataPath - The metadataPath (in)
Returns:
A reference to a com.esri.arcgis.catalog.IGxObject
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.