![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Constants > E > esriGeometrySimplificationMethod Constants (ArcObjects .NET 10.5 SDK) |
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. |