com.esri.arcgis.geodatabase
Interface esriConfigurationKeywordType

All Superinterfaces:
java.io.Serializable

public interface esriConfigurationKeywordType
extends java.io.Serializable

Constants from esriConfigurationKeywordType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Configuration Keyword Types.' 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 int esriConfigurationKeywordGeneral
          General configuration keywords for objectclasses, featureclasses, and indexes.
static int esriConfigurationKeywordMosaic
          Configuration keywords that can be used for creating mosaic datasets.
static int esriConfigurationKeywordNetwork
          Configuration keywords that can be used for creating networks.
static int esriConfigurationKeywordNetworkDataset
          Configuration keywords that can be used for creating network datasets.
static int esriConfigurationKeywordTerrain
          Configuration keywords that can be used for creating terrains.
static int esriConfigurationKeywordTopology
          Configuration keywords that can be used for creating topologies.
 

Field Detail

esriConfigurationKeywordGeneral

static final int esriConfigurationKeywordGeneral
General configuration keywords for objectclasses, featureclasses, and indexes.

See Also:
Constant Field Values

esriConfigurationKeywordNetwork

static final int esriConfigurationKeywordNetwork
Configuration keywords that can be used for creating networks.

See Also:
Constant Field Values

esriConfigurationKeywordTopology

static final int esriConfigurationKeywordTopology
Configuration keywords that can be used for creating topologies.

See Also:
Constant Field Values

esriConfigurationKeywordNetworkDataset

static final int esriConfigurationKeywordNetworkDataset
Configuration keywords that can be used for creating network datasets.

See Also:
Constant Field Values

esriConfigurationKeywordTerrain

static final int esriConfigurationKeywordTerrain
Configuration keywords that can be used for creating terrains.

See Also:
Constant Field Values

esriConfigurationKeywordMosaic

static final int esriConfigurationKeywordMosaic
Configuration keywords that can be used for creating mosaic datasets.

See Also:
Constant Field Values