Package com.esri.core.geometry
Class OperatorDistanceLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorDistance
com.esri.core.geometry.OperatorDistanceLocal
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
execute
(Geometry geom1, Geometry geom2, ProgressTracker progressTracker) Performs the Distance operation on two geometriesMethods inherited from class com.esri.core.geometry.OperatorDistance
getType, local
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorDistanceLocal
OperatorDistanceLocal()
-
-
Method Details
-
execute
Performs the Distance operation on two geometries- Specified by:
execute
in classOperatorDistance
- Returns:
- Returns a double.
-