com.esri.arcgis.geodatabase
Interface IDataElementType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEAddressLocatorType, DEArcInfoTableType, DECadastralFabricType, DECadDrawingDatasetType, DECatalogRootType, DECoverageFeatureClassType, DECoverageType, DEDatasetType, DEDbaseTableType, DEDiskConnectionType, DEFeatureClassType, DEFeatureDatasetType, DEFileType, DEFolderType, DEGeoDataServerType, DEGeoDatasetType, DEGeometricNetworkType, DEGeometryServerType, DEGlobeServerType, DEGPServerType, DEImageServerType, DELasDatasetType, DELayerType, DEMapDocumentType, DEMapServerType, DEMosaicDatasetType, DENetworkDatasetType, DEPrjFileType, DERasterBandType, DERasterCatalogType, DERasterDatasetType, DERelationshipClassType, DERemoteDatabaseFolderType, DESchematicDatasetType, DESchematicDiagramType, DESchematicFolderType, DEServerConnectionType, DEShapeFileType, DESpatialReferencesFolderType, DETableType, DETerrainType, DETextFileType, DETinType, DEToolboxType, DEToolType, DETopologyType, DEType, DEVPFCoverageType, DEVPFTableType, DEWCSCoverageType, DEWMSMapType, DEWorkspaceType, IDataElementTypeProxy

public interface IDataElementType
extends java.io.Serializable

COM Interface 'IDataElementType'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the Data Element Type.' 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 IID4926a958_7885_484c_811b_2c8b12b0c1a2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataElement createOutputDataElement(java.lang.String catalogPath, java.lang.String optionalWorkspace)
          Creates a data element given a catalog path and an optional workspace.
 

Field Detail

IID4926a958_7885_484c_811b_2c8b12b0c1a2

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

createOutputDataElement

IDataElement createOutputDataElement(java.lang.String catalogPath,
                                     java.lang.String optionalWorkspace)
                                     throws java.io.IOException,
                                            AutomationException
Creates a data element given a catalog path and an optional workspace.

Parameters:
catalogPath - The catalogPath (in)
optionalWorkspace - The optionalWorkspace (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.