Home
last modified time | relevance | path

Searched refs:elevationLoss (Results 1 – 5 of 5) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiGeometry.php169 public function elevationLoss($verticalTolerance = 0) function in geoPHP\\Geometry\\MultiGeometry
173 $loss += $component->elevationLoss($verticalTolerance);
H A DSurface.php104 public function elevationLoss($verticalTolerance = 0) function in geoPHP\\Geometry\\Surface
H A DPoint.php389 public function elevationLoss($verticalTolerance = 0) function in geoPHP\\Geometry\\Point
H A DGeometry.php248 abstract public function elevationLoss($verticalTolerance = 0); function in geoPHP\\Geometry\\Geometry
H A DLineString.php363 public function elevationLoss($verticalTolerance = 0) function in geoPHP\\Geometry\\LineString