Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
Operator.Type |
OperatorWithin.getType() |
Operator.Type |
OperatorUnion.getType() |
Operator.Type |
OperatorTouches.getType() |
Operator.Type |
OperatorSymmetricDifference.getType() |
Operator.Type |
OperatorSimplifyOGC.getType() |
Operator.Type |
OperatorSimplify.getType() |
Operator.Type |
OperatorRelate.getType() |
Operator.Type |
OperatorProximity2D.getType() |
Operator.Type |
OperatorOverlaps.getType() |
Operator.Type |
OperatorOffset.getType() |
Operator.Type |
OperatorIntersects.getType() |
Operator.Type |
OperatorIntersection.getType() |
Operator.Type |
OperatorImportFromWkt.getType() |
Operator.Type |
OperatorImportFromWkb.getType() |
Operator.Type |
OperatorImportFromJson.getType() |
Operator.Type |
OperatorImportFromGeoJson.getType() |
Operator.Type |
OperatorImportFromESRIShape.getType() |
Operator.Type |
OperatorGeneralize.getType() |
Operator.Type |
OperatorExportToWkt.getType() |
Operator.Type |
OperatorExportToWkb.getType() |
Operator.Type |
OperatorExportToJson.getType() |
Operator.Type |
OperatorExportToGeoJson.getType() |
Operator.Type |
OperatorExportToESRIShape.getType() |
Operator.Type |
OperatorEquals.getType() |
Operator.Type |
OperatorDistance.getType() |
Operator.Type |
OperatorDisjoint.getType() |
Operator.Type |
OperatorDifference.getType() |
Operator.Type |
OperatorDensifyByLength.getType() |
Operator.Type |
OperatorCut.getType() |
Operator.Type |
OperatorCrosses.getType() |
Operator.Type |
OperatorConvexHull.getType() |
Operator.Type |
OperatorContains.getType() |
Operator.Type |
OperatorClip.getType() |
Operator.Type |
OperatorCentroid2D.getType() |
Operator.Type |
OperatorBuffer.getType() |
Operator.Type |
OperatorBoundary.getType() |
abstract Operator.Type |
Operator.getType() |
static Operator.Type |
Operator.Type.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Operator |
OperatorFactoryLocal.getOperator(Operator.Type type) |
abstract Operator |
OperatorFactory.getOperator(Operator.Type type)
Returns an operator of the given type.
|
boolean |
OperatorFactoryLocal.isOperatorSupported(Operator.Type type) |
abstract boolean |
OperatorFactory.isOperatorSupported(Operator.Type type)
Returns True if the given operator exists.
|
Copyright © 2018. All rights reserved.