com.esri.arcgis.geodatabase
Interface INativeTypeInfo

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

public interface INativeTypeInfo
extends java.io.Serializable

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

Description: 'Provides access to the native 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 IID906db24a_f0ad_4ca5_871b_5466e54fab80
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INativeType getNativeType()
          The native type.
 

Field Detail

IID906db24a_f0ad_4ca5_871b_5466e54fab80

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

getNativeType

INativeType getNativeType()
                          throws java.io.IOException,
                                 AutomationException
The native type.

Returns:
A reference to a com.esri.arcgis.geodatabase.INativeType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.