com.esri.arcgis.geodatabase
Interface esriSurfaceConversionType

All Superinterfaces:
Serializable

public interface esriSurfaceConversionType
extends Serializable

Esri TIN attribute type for polygonization.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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