Package com.esri.core.geometry
Class OperatorGeodeticLengthLocal
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorGeodeticLength
-
- com.esri.core.geometry.OperatorGeodeticLengthLocal
-
class OperatorGeodeticLengthLocal extends OperatorGeodeticLength
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorGeodeticLengthLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleexecute(Geometry geom, SpatialReference sr, int geodeticCurveType, ProgressTracker progressTracker)Calculates the geodetic length of the input Geometry.-
Methods inherited from class com.esri.core.geometry.OperatorGeodeticLength
getType, local
-
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
-
-
-
Method Detail
-
execute
public double execute(Geometry geom, SpatialReference sr, int geodeticCurveType, ProgressTracker progressTracker)
Description copied from class:OperatorGeodeticLengthCalculates the geodetic length of the input Geometry.- Specified by:
executein classOperatorGeodeticLength- Parameters:
geom- The input Geometry for the geodetic length calculation.sr- The SpatialReference of the Geometry.geodeticCurveType- Use theGeodeticCurveTypeinterface to choose the interpretation of a line connecting two points.- Returns:
- Returns the geoetic length of the Geometry.
-
-