com.esri.arcgis.datasourcesraster
Interface rstRepresentationType

All Superinterfaces:
java.io.Serializable

public interface rstRepresentationType
extends java.io.Serializable

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

Description: 'The raster representation 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 int DT_ATHEMATIC
          Raster represents continuous data.
static int DT_EITHER
          Raster may represent either data type.
static int DT_THEMATIC
          Raster represents thematic data.
 

Field Detail

DT_THEMATIC

static final int DT_THEMATIC
Raster represents thematic data.

See Also:
Constant Field Values

DT_ATHEMATIC

static final int DT_ATHEMATIC
Raster represents continuous data.

See Also:
Constant Field Values

DT_EITHER

static final int DT_EITHER
Raster may represent either data type.

See Also:
Constant Field Values