Class OperatorGeodeticLength
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorGeodeticLength
- Direct Known Subclasses:
OperatorGeodeticLengthLocal
Geodetic length calculation.
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract doubleexecute(Geometry geom, SpatialReference sr, int geodeticCurveType, ProgressTracker progressTracker) Calculates the geodetic length of the input Geometry.getType()static OperatorGeodeticLengthlocal()Methods inherited from class Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorGeodeticLength
OperatorGeodeticLength()
-
-
Method Details
-
getType
-
execute
public abstract double execute(Geometry geom, SpatialReference sr, int geodeticCurveType, ProgressTracker progressTracker) Calculates the geodetic length of the input Geometry.- 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.progressTracker-- Returns:
- Returns the geoetic length of the Geometry.
-
local
-