com.esri.arcgis.catalog
Interface IGxObjectFactoryFileExtensions

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

public interface IGxObjectFactoryFileExtensions
extends java.io.Serializable

COM Interface 'IGxObjectFactoryFileExtensions'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to a set of extensions handled by the factory.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf61dc478_8f2e_43fa_9090_7fccb8450e18
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getActivationExtensions()
          The minimal set of file extensions which should cause the factory to be activated.
 java.lang.String getRelevantExtensions()
          The complete set of file extensions relevant to the factory.
 

Field Detail

IIDf61dc478_8f2e_43fa_9090_7fccb8450e18

static final int IIDf61dc478_8f2e_43fa_9090_7fccb8450e18
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRelevantExtensions

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

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

getActivationExtensions

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

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