Class OperatorGeodeticLengthLocal

    • Constructor Detail

      • OperatorGeodeticLengthLocal

        OperatorGeodeticLengthLocal()
    • Method Detail

      • execute

        public double execute​(Geometry geom,
                              SpatialReference sr,
                              int geodeticCurveType,
                              ProgressTracker progressTracker)
        Description copied from class: OperatorGeodeticLength
        Calculates the geodetic length of the input Geometry.
        Specified by:
        execute in class OperatorGeodeticLength
        Parameters:
        geom - The input Geometry for the geodetic length calculation.
        sr - The SpatialReference of the Geometry.
        geodeticCurveType - Use the GeodeticCurveType interface to choose the interpretation of a line connecting two points.
        Returns:
        Returns the geoetic length of the Geometry.