Uses of Enum
com.esri.core.geometry.Operator.Type
Packages that use Operator.Type
-
Uses of Operator.Type in com.esri.core.geometry
Subclasses with type arguments of type Operator.Type in com.esri.core.geometryFields in com.esri.core.geometry with type parameters of type Operator.TypeModifier and TypeFieldDescriptionprivate static final HashMap<Operator.Type, Operator> OperatorFactoryLocal.st_supportedOperatorsMethods in com.esri.core.geometry that return Operator.TypeModifier and TypeMethodDescriptionabstract Operator.TypeOperator.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.TypeReturns 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 OperatorOperatorFactory.getOperator(Operator.Type type) Returns an operator of the given type.OperatorFactoryLocal.getOperator(Operator.Type type) abstract booleanOperatorFactory.isOperatorSupported(Operator.Type type) Returns True if the given operator exists.booleanOperatorFactoryLocal.isOperatorSupported(Operator.Type type)