com.esri.arcgis.geodatabase
Interface INativeType
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ComplexNativeType, DataGraphNativeType, FdpFileNativeType, FileNativeType, FMENativeType, FolderNativeType, GPToolboxNativeType, GPToolNativeType, GxFilterCoverageFeatureClasses, GxFilterCoverages, GxFilterdBASEFiles, GxFilterInfoTables, GxFilterMSDFiles, GxFilterShapefiles, GxFilterTextFiles, GxGeoprocessingResultNativeType, IMSConnectionNativeType, IMSFeatureServiceNativeType, IMSImageMapNativeType, IMSMetadataDocumentNativeType, IMSMetadataServiceNativeType, INativeTypeProxy, LayerNativeType, MapNativeType, MetadataNativeType, Pre70CoverageNativeType, PrjFileNativeType, RasterNativeType, SchematicDatasetNativeType, SchematicDiagramNativeType, SchematicFolderNativeType, ServiceDefinitionFileNativeType, ShortcutNativeType, TinNativeType, WCSConnectionNativeType, WMSConnectionNativeType, WMTSConnectionNativeType, WorkspaceFolderNativeType
public interface INativeType
- extends Serializable
Provides access to members that supply native type information about a dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getTypeID
IUID getTypeID()
throws IOException,
AutomationException
- The unique ID of the type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- A reference to a com.esri.arcgis.system.IUID
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getDescription
String getDescription()
throws IOException,
AutomationException
- The description of the type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- The pString
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.