Uses of Enum
com.esri.core.geometry.Operator.Type
Packages that use Operator.Type
-
Uses of Operator.Type in com.esri.core.geometry
Fields in com.esri.core.geometry with type parameters of type Operator.TypeModifier and TypeFieldDescriptionprivate static final HashMap
<Operator.Type, Operator> OperatorFactoryLocal.st_supportedOperators
Methods in com.esri.core.geometry that return Operator.TypeModifier and TypeMethodDescriptionabstract Operator.Type
Operator.getType()
OperatorBoundary.getType()
OperatorBuffer.getType()
OperatorCentroid2D.getType()
OperatorClip.getType()
OperatorContains.getType()
OperatorConvexHull.getType()
OperatorCrosses.getType()
OperatorCut.getType()
OperatorDensifyByLength.getType()
OperatorDifference.getType()
OperatorDisjoint.getType()
OperatorDistance.getType()
OperatorEquals.getType()
OperatorExportToESRIShape.getType()
OperatorExportToGeoJson.getType()
OperatorExportToJson.getType()
OperatorExportToWkb.getType()
OperatorExportToWkt.getType()
OperatorGeneralize.getType()
OperatorGeodesicBuffer.getType()
OperatorGeodeticArea.getType()
OperatorGeodeticDensifyByLength.getType()
OperatorGeodeticLength.getType()
OperatorImportFromESRIShape.getType()
OperatorImportFromGeoJson.getType()
OperatorImportFromJson.getType()
OperatorImportFromWkb.getType()
OperatorImportFromWkt.getType()
OperatorIntersection.getType()
OperatorIntersects.getType()
OperatorOffset.getType()
OperatorOverlaps.getType()
OperatorProject.getType()
OperatorProximity2D.getType()
OperatorRelate.getType()
OperatorShapePreservingDensify.getType()
OperatorSimplify.getType()
OperatorSimplifyOGC.getType()
OperatorSymmetricDifference.getType()
OperatorTouches.getType()
OperatorUnion.getType()
OperatorWithin.getType()
static Operator.Type
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.TypeModifier and TypeMethodDescriptionabstract Operator
OperatorFactory.getOperator
(Operator.Type type) Returns an operator of the given type.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)