com.esri.arcgis.datasourcesraster
Interface esriGeometrySimplificationMethod

All Superinterfaces:
java.io.Serializable

public interface esriGeometrySimplificationMethod
extends java.io.Serializable

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

Description: 'Methods for simplifying geometry.' 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 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