com.esri.arcgis.geodatabase
Interface INativeTypeInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
CacheRasterDatasetName, CadastralFabricName, CadDrawingName, CoverageFeatureClassName, CoverageName, FeatureClassName, FeatureDatasetName, FgdbFeatureClassName, FgdbTableName, FunctionRasterDataset, GeometricNetwork, GeometricNetworkName, GxAddIn, GxAGSConnection, GxAGSFolder, GxCadDataset, GxCoverageDataset, GxDatabase, GxDataGraph, GxDataset, GxDiskConnection, GxExcelFile, GxFeatureDefinitionPackage, GxFile, GxFolder, GxGDSGeodatabase, GxLayer, GxMap, GxMetadata, GxMSDFile, GxPackage, GxPCCoverage, GxPre70Coverage, GxPrjFile, GxRasterDataset, GxReport, GxSDCDataset, GxShapefileDataset, GxShortcut, GxStreetMapDataset, GxTextFile, GxTool, GxToolbox, GxVpfDataset, GxWCSConnection, GxWCSCoverage, GxWMSConnection, GxWorkspaceFolder, IMSConnection, IMSFeatureClass, IMSFeatureService, IMSImageMap, IMSMetadataService, INativeTypeInfoProxy, NetCDFRasterDatasetName, NetworkDataset, NetworkDatasetName, ObjectClassName, RasterBand, RasterBandName, RasterCatalogName, RasterDataset, RasterDatasetName, RelationshipClassName, SchematicDatasetName, SchematicDiagramName, SchematicFolderName, SchematicInMemoryFeatureClass, TableName, Terrain, TerrainName, Tin, TinName, TopologyName

public interface INativeTypeInfo
extends Serializable

Provides access to the native type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 INativeType getNativeType()
          The native type.
 

Method Detail

getNativeType

INativeType getNativeType()
                          throws IOException,
                                 AutomationException
The native 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.geodatabase.INativeType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.