com.esri.arcgis.geodatabase
Interface esriRasterizationType

All Superinterfaces:
java.io.Serializable

public interface esriRasterizationType
extends java.io.Serializable

ESRI TIN attribute type for rasterization.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDegreeAspectAsRaster
           
static int esriDegreeSlopeAsRaster
           
static int esriElevationAsRaster
           
static int esriHillShadeAsRaster
           
static int esriPercentageSlopeAsRaster
           
 

Field Detail

esriDegreeSlopeAsRaster

public static final int esriDegreeSlopeAsRaster
See Also:
Constant Field Values

esriPercentageSlopeAsRaster

public static final int esriPercentageSlopeAsRaster
See Also:
Constant Field Values

esriDegreeAspectAsRaster

public static final int esriDegreeAspectAsRaster
See Also:
Constant Field Values

esriElevationAsRaster

public static final int esriElevationAsRaster
See Also:
Constant Field Values

esriHillShadeAsRaster

public static final int esriHillShadeAsRaster
See Also:
Constant Field Values