Skip to content

Commit

Permalink
Adding greatCircleLength and haversineLength to abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Aug 27, 2012
1 parent 91d37ec commit 6ac61fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/geometry/Geometry.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ abstract public function getBBox();
abstract public function asArray();
abstract public function getPoints();
abstract public function explode();
abstract public function greatCircleLength(); //meters
abstract public function haversineLength(); //degrees


// Public: Standard -- Common to all geometries
Expand Down

0 comments on commit 6ac61fc

Please sign in to comment.