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_supportedOperatorsMethods in com.esri.core.geometry that return Operator.Type Modifier and Type Method Description abstract Operator.TypeOperator. getType()Operator.TypeOperatorBoundary. getType()Operator.TypeOperatorBuffer. getType()Operator.TypeOperatorCentroid2D. getType()Operator.TypeOperatorClip. getType()Operator.TypeOperatorContains. getType()Operator.TypeOperatorConvexHull. getType()Operator.TypeOperatorCrosses. getType()Operator.TypeOperatorCut. getType()Operator.TypeOperatorDensifyByLength. getType()Operator.TypeOperatorDifference. getType()Operator.TypeOperatorDisjoint. getType()Operator.TypeOperatorDistance. getType()Operator.TypeOperatorEquals. getType()Operator.TypeOperatorExportToESRIShape. getType()Operator.TypeOperatorExportToGeoJson. getType()Operator.TypeOperatorExportToJson. getType()Operator.TypeOperatorExportToWkb. getType()Operator.TypeOperatorExportToWkt. getType()Operator.TypeOperatorGeneralize. getType()Operator.TypeOperatorGeodesicBuffer. getType()Operator.TypeOperatorGeodeticArea. getType()Operator.TypeOperatorGeodeticDensifyByLength. getType()Operator.TypeOperatorGeodeticLength. getType()Operator.TypeOperatorImportFromESRIShape. getType()Operator.TypeOperatorImportFromGeoJson. getType()Operator.TypeOperatorImportFromJson. getType()Operator.TypeOperatorImportFromWkb. getType()Operator.TypeOperatorImportFromWkt. getType()Operator.TypeOperatorIntersection. getType()Operator.TypeOperatorIntersects. getType()Operator.TypeOperatorOffset. getType()Operator.TypeOperatorOverlaps. getType()Operator.TypeOperatorProject. getType()Operator.TypeOperatorProximity2D. getType()Operator.TypeOperatorRelate. getType()Operator.TypeOperatorShapePreservingDensify. getType()Operator.TypeOperatorSimplify. getType()Operator.TypeOperatorSimplifyOGC. getType()Operator.TypeOperatorSymmetricDifference. getType()Operator.TypeOperatorTouches. getType()Operator.TypeOperatorUnion. getType()Operator.TypeOperatorWithin. getType()static Operator.TypeOperator.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 OperatorOperatorFactory. getOperator(Operator.Type type)Returns an operator of the given type.OperatorOperatorFactoryLocal. getOperator(Operator.Type type)abstract booleanOperatorFactory. isOperatorSupported(Operator.Type type)Returns True if the given operator exists.booleanOperatorFactoryLocal. isOperatorSupported(Operator.Type type)
-