Uses of Class
com.esri.core.geometry.Operator.Type
-
Packages that use Operator.Type Package Description com.esri.core.geometry -
-
Uses of Operator.Type in com.esri.core.geometry
Fields in com.esri.core.geometry with type parameters of type Operator.Type Modifier and Type Field Description private static java.util.HashMap<Operator.Type,Operator>
OperatorFactoryLocal. st_supportedOperators
Methods in com.esri.core.geometry that return Operator.Type Modifier and Type Method Description abstract Operator.Type
Operator. getType()
Operator.Type
OperatorBoundary. getType()
Operator.Type
OperatorBuffer. getType()
Operator.Type
OperatorCentroid2D. getType()
Operator.Type
OperatorClip. getType()
Operator.Type
OperatorContains. getType()
Operator.Type
OperatorConvexHull. getType()
Operator.Type
OperatorCrosses. getType()
Operator.Type
OperatorCut. getType()
Operator.Type
OperatorDensifyByLength. getType()
Operator.Type
OperatorDifference. getType()
Operator.Type
OperatorDisjoint. getType()
Operator.Type
OperatorDistance. getType()
Operator.Type
OperatorEquals. getType()
Operator.Type
OperatorExportToESRIShape. getType()
Operator.Type
OperatorExportToGeoJson. getType()
Operator.Type
OperatorExportToJson. getType()
Operator.Type
OperatorExportToWkb. getType()
Operator.Type
OperatorExportToWkt. getType()
Operator.Type
OperatorGeneralize. getType()
Operator.Type
OperatorGeodesicBuffer. getType()
Operator.Type
OperatorGeodeticArea. getType()
Operator.Type
OperatorGeodeticDensifyByLength. getType()
Operator.Type
OperatorGeodeticLength. getType()
Operator.Type
OperatorImportFromESRIShape. getType()
Operator.Type
OperatorImportFromGeoJson. getType()
Operator.Type
OperatorImportFromJson. getType()
Operator.Type
OperatorImportFromWkb. getType()
Operator.Type
OperatorImportFromWkt. getType()
Operator.Type
OperatorIntersection. getType()
Operator.Type
OperatorIntersects. getType()
Operator.Type
OperatorOffset. getType()
Operator.Type
OperatorOverlaps. getType()
Operator.Type
OperatorProject. getType()
Operator.Type
OperatorProximity2D. getType()
Operator.Type
OperatorRelate. getType()
Operator.Type
OperatorShapePreservingDensify. getType()
Operator.Type
OperatorSimplify. getType()
Operator.Type
OperatorSimplifyOGC. getType()
Operator.Type
OperatorSymmetricDifference. getType()
Operator.Type
OperatorTouches. getType()
Operator.Type
OperatorUnion. getType()
Operator.Type
OperatorWithin. getType()
static Operator.Type
Operator.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Operator.Type[]
Operator.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.esri.core.geometry with parameters of type Operator.Type Modifier and Type Method Description abstract Operator
OperatorFactory. getOperator(Operator.Type type)
Returns an operator of the given type.Operator
OperatorFactoryLocal. getOperator(Operator.Type type)
abstract boolean
OperatorFactory. isOperatorSupported(Operator.Type type)
Returns True if the given operator exists.boolean
OperatorFactoryLocal. isOperatorSupported(Operator.Type type)
-