com.esri.arcgis.catalog
Interface IGxObjectFactoryFileExtensions

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAddInFactory, GxAGSConnectionFactory, GxCadFactory, GxCoverageFactory, GxDatabaseFactory, GxDataGraphFactory, GxExcelFactory, GxFeatureDefinitionPackageFactory, GxFileFactory, GxGeoprocessingFileFactory, GxIMSConnectionFactory, GxISCDefFactory, GxLayerFactory, GxMapFactory, GxMetadataFactory, GxMSDFileFactory, GxPackageFactory, GxPCCoverageFactory, GxPre70CoverageFactory, GxPrjFileFactory, GxRasterFileSystemFactory, GxReportFactory, GxSDCFactory, GxShapefileFactory, GxShortcutFactory, GxStreetMapFactory, GxTextFileFactory, GxToolboxFactory, GxVpfFactory, IGxObjectFactoryFileExtensionsProxy

public interface IGxObjectFactoryFileExtensions
extends Serializable

Provides access to a set of extensions handled by the factory.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getActivationExtensions()
          The minimal set of file extensions which should cause the factory to be activated.
 String getRelevantExtensions()
          The complete set of file extensions relevant to the factory.
 

Method Detail

getRelevantExtensions

String getRelevantExtensions()
                             throws IOException,
                                    AutomationException
The complete set of file extensions relevant to the factory.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The extSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActivationExtensions

String getActivationExtensions()
                               throws IOException,
                                      AutomationException
The minimal set of file extensions which should cause the factory to be activated.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The extSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.