com.esri.arcgis.geodatabase
Interface esriSurfaceConversionType

All Superinterfaces:
java.io.Serializable

public interface esriSurfaceConversionType
extends java.io.Serializable

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

Description: 'Esri TIN attribute type for polygonization.' 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 esriDegreeAspect
          Uses degree aspect for polygonization.
static int esriDegreeSlope
          Uses degree slope for polygonization.
static int esriPercentageSlope
          Uses percentage slope for polygonization.
 

Field Detail

esriDegreeSlope

static final int esriDegreeSlope
Uses degree slope for polygonization.

See Also:
Constant Field Values

esriPercentageSlope

static final int esriPercentageSlope
Uses percentage slope for polygonization.

See Also:
Constant Field Values

esriDegreeAspect

static final int esriDegreeAspect
Uses degree aspect for polygonization.

See Also:
Constant Field Values