Methods for simplifying geometry.
Constant | Value | Description |
---|---|---|
esriGeometrySimplificationMethodNone | 0 | No simplification applied. |
esriGeometrySimplificationMethodConvexHull | 1 | Simplify the geometry by computing the convex hull of the geometry. |
esriGeometrySimplificationMethodEnvelope | 2 | Simplify the footprint geometry by using the envelope of the geometry. |