public final class GeometricEffectEnclosingPolygonMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static GeometricEffectEnclosingPolygonMethod |
ClosePath
ClosePath - for polygon input, it generates a polygon that matches the geometry of a polygon feature.
|
static GeometricEffectEnclosingPolygonMethod |
ConvexHull
ConvexHull - for polygon input, it generates a polygon with a minimum number of sides to surround the feature.
|
static GeometricEffectEnclosingPolygonMethod |
RectangularBox
RectangularBox - generates a polygon equal to the spatial envelope of the feature.
|
| Modifier and Type | Method and Description |
|---|---|
static GeometricEffectEnclosingPolygonMethod |
valueOf(java.lang.String name) |
static GeometricEffectEnclosingPolygonMethod[] |
values() |
public static final GeometricEffectEnclosingPolygonMethod ClosePath
public static final GeometricEffectEnclosingPolygonMethod ConvexHull
public static final GeometricEffectEnclosingPolygonMethod RectangularBox
public static GeometricEffectEnclosingPolygonMethod[] values()
public static GeometricEffectEnclosingPolygonMethod valueOf(java.lang.String name)