You are here

8 calls to Collection::getPoints() in geoPHP 7

Collection::equals in geoPHP/lib/geometry/Collection.class.php
LineString::explode in geoPHP/lib/geometry/LineString.class.php
LineString::greatCircleLength in geoPHP/lib/geometry/LineString.class.php
LineString::haversineLength in geoPHP/lib/geometry/LineString.class.php
LineString::length in geoPHP/lib/geometry/LineString.class.php
Polygon::outermostPoint in geoPHP/lib/geometry/Polygon.class.php
* Find the outermost point from the centroid * * @returns Point The outermost point
Polygon::pointInPolygon in geoPHP/lib/geometry/Polygon.class.php
For a given point, determine whether it's bounded by the given polygon. Adapted from http://www.assemblysys.com/dataServices/php_pointinpolygon.php
Polygon::pointOnVertex in geoPHP/lib/geometry/Polygon.class.php