Radius.
Class to create objects that can be used with ol.geom.Polygon.circular.
For example to create a sphere whose radius is equal to the semi-major axis of the WGS84 ellipsoid:
var wgs84Sphere= new ol.Sphere(6378137);
Returns the geodesic area for a list of coordinates.
Reference Robert. G. Chamberlain and William H. Duquette, "Some Algorithms for Polygons on a Sphere", JPL Publication 07-03, Jet Propulsion Laboratory, Pasadena, CA, June 2007
List of coordinates of a linear ring. If the ring is oriented clockwise, the area will be positive, otherwise it will be negative.
Area.
Returns the distance from c1 to c2 using the haversine formula.
Coordinate 1.
Coordinate 2.
Haversine distance.
Generated using TypeDoc
Classdesc
Class to create objects that can be used with ol.geom.Polygon.circular.
For example to create a sphere whose radius is equal to the semi-major axis of the WGS84 ellipsoid:
Param: radius
Radius.
Api