com.esri.arcgis.geodatabase
Interface IDataElementType
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DEAddressLocatorType, DEArcInfoTableType, DECadastralFabricType, DECadDrawingDatasetType, DECatalogRootType, DECoverageFeatureClassType, DECoverageType, DEDatasetType, DEDbaseTableType, DEDiskConnectionType, DEFeatureClassType, DEFeatureDatasetType, DEFileType, DEFolderType, DEGeoDataServerType, DEGeoDatasetType, DEGeometricNetworkType, DEGlobeServerType, DEGPServerType, DEImageServerType, DELayerType, DEMapDocumentType, DEMapServerType, DENetworkDatasetType, DEPrjFileType, DERasterBandType, DERasterCatalogType, DERasterDatasetType, DERelationshipClassType, DERemoteDatabaseFolderType, DEShapeFileType, DESpatialReferencesFolderType, DETableType, DETerrainType, DETextFileType, DETinType, DEToolboxType, DEToolType, DETopologyType, DEType, DEVPFCoverageType, DEVPFTableType, DEWCSCoverageType, DEWorkspaceType
public interface IDataElementType
- extends Serializable
Provides access to the Data Element Type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
createOutputDataElement
IDataElement createOutputDataElement(String catalogPath,
String optionalWorkspace)
throws IOException,
AutomationException
- Creates a data element given a catalog path and an optional workspace.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
catalogPath - The catalogPath (in)optionalWorkspace - The optionalWorkspace (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IDataElement
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.