com.esri.arcgis.datasourcesraster
Interface esriGeometrySimplificationMethod

All Superinterfaces:
Serializable

public interface esriGeometrySimplificationMethod
extends Serializable

Simplication Methods to simplify geometry

Product Availability

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


Field Summary
static int esriGeometrySimplificationMethodConvexHull
          Simplify the geometry by computing the convex hull of the geometry
static int esriGeometrySimplificationMethodEnvelope
          Simplify the footprint geometry by using the envelope of the geometry
static int esriGeometrySimplificationMethodNone
          No Simplification applied
 

Field Detail

esriGeometrySimplificationMethodNone

static final int esriGeometrySimplificationMethodNone
No Simplification applied

See Also:
Constant Field Values

esriGeometrySimplificationMethodConvexHull

static final int esriGeometrySimplificationMethodConvexHull
Simplify the geometry by computing the convex hull of the geometry

See Also:
Constant Field Values

esriGeometrySimplificationMethodEnvelope

static final int esriGeometrySimplificationMethodEnvelope
Simplify the footprint geometry by using the envelope of the geometry

See Also:
Constant Field Values