public static enum Operator.Type extends Enum<Operator.Type>
Modifier and Type | Method and Description |
---|---|
static Operator.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operator.Type Project
public static final Operator.Type ExportToJson
public static final Operator.Type ImportFromJson
public static final Operator.Type ExportToESRIShape
public static final Operator.Type ImportFromESRIShape
public static final Operator.Type Union
public static final Operator.Type Difference
public static final Operator.Type Proximity2D
public static final Operator.Type Centroid2D
public static final Operator.Type Relate
public static final Operator.Type Equals
public static final Operator.Type Disjoint
public static final Operator.Type Intersects
public static final Operator.Type Within
public static final Operator.Type Contains
public static final Operator.Type Crosses
public static final Operator.Type Touches
public static final Operator.Type Overlaps
public static final Operator.Type Buffer
public static final Operator.Type Distance
public static final Operator.Type Intersection
public static final Operator.Type Clip
public static final Operator.Type Cut
public static final Operator.Type DensifyByLength
public static final Operator.Type DensifyByAngle
public static final Operator.Type LabelPoint
public static final Operator.Type GeodesicBuffer
public static final Operator.Type GeodeticDensifyByLength
public static final Operator.Type ShapePreservingDensify
public static final Operator.Type GeodeticLength
public static final Operator.Type GeodeticArea
public static final Operator.Type Simplify
public static final Operator.Type SimplifyOGC
public static final Operator.Type Offset
public static final Operator.Type Generalize
public static final Operator.Type ExportToWkb
public static final Operator.Type ImportFromWkb
public static final Operator.Type ExportToWkt
public static final Operator.Type ImportFromWkt
public static final Operator.Type ImportFromGeoJson
public static final Operator.Type ExportToGeoJson
public static final Operator.Type SymmetricDifference
public static final Operator.Type ConvexHull
public static final Operator.Type Boundary
public static Operator.Type[] values()
for (Operator.Type c : Operator.Type.values()) System.out.println(c);
public static Operator.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.