com.esri.arcgis.catalog
Interface IGxObjectFactory

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, GxServiceDefinitionFactory, GxShapefileFactory, GxShortcutFactory, GxSpatialWeightsMatrixFileFactory, GxStreetMapFactory, GxTextFileFactory, GxToolboxFactory, GxVpfFactory, GxWCSConnectionFactory, GxWMSConnectionFactory, GxWMTSConnectionFactory, IGxObjectFactoryProxy

public interface IGxObjectFactory
extends java.io.Serializable

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

Description: 'Provides access to members that define a GxObject 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 IID65d77502_895c_11d2_af5d_080009ec734b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumGxObject getChildren(java.lang.String parentDir, IFileNames fileNames)
          Returns an enumeration of objects corresponding to one or more of the given file names supported by the object factory.
 java.lang.String getName()
          The name of the object factory.
 boolean hasChildren(java.lang.String parentDir, IFileNames fileNames)
          Indicates if any of the specified files are supported by the object factory.
 void setCatalogByRef(IGxCatalog rhs1)
          Attach the catalog to the object factory.
 

Field Detail

IID65d77502_895c_11d2_af5d_080009ec734b

static final int IID65d77502_895c_11d2_af5d_080009ec734b
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

setCatalogByRef

void setCatalogByRef(IGxCatalog rhs1)
                     throws java.io.IOException,
                            AutomationException
Attach the catalog to the object factory.

Parameters:
rhs1 - A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the object factory.

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

hasChildren

boolean hasChildren(java.lang.String parentDir,
                    IFileNames fileNames)
                    throws java.io.IOException,
                           AutomationException
Indicates if any of the specified files are supported by the object factory.

Parameters:
parentDir - The parentDir (in)
fileNames - A reference to a com.esri.arcgis.system.IFileNames (in)
Returns:
The hasChildren
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildren

IEnumGxObject getChildren(java.lang.String parentDir,
                          IFileNames fileNames)
                          throws java.io.IOException,
                                 AutomationException
Returns an enumeration of objects corresponding to one or more of the given file names supported by the object factory.

Parameters:
parentDir - The parentDir (in)
fileNames - A reference to a com.esri.arcgis.system.IFileNames (in)
Returns:
A reference to a com.esri.arcgis.catalog.IEnumGxObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.