public static enum AnalyticGeometryManager.WrapMethod extends java.lang.Enum<AnalyticGeometryManager.WrapMethod>
MultiPointSpring
wrap method.Enum Constant and Description |
---|
ANALYTIC |
NONE |
SIGNED_DISTANCE_GRID |
Modifier and Type | Method and Description |
---|---|
static AnalyticGeometryManager.WrapMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticGeometryManager.WrapMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticGeometryManager.WrapMethod ANALYTIC
public static final AnalyticGeometryManager.WrapMethod SIGNED_DISTANCE_GRID
public static final AnalyticGeometryManager.WrapMethod NONE
public static AnalyticGeometryManager.WrapMethod[] values()
for (AnalyticGeometryManager.WrapMethod c : AnalyticGeometryManager.WrapMethod.values()) System.out.println(c);
public static AnalyticGeometryManager.WrapMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null