Property | Type | Description | |
---|---|---|---|
DefaultEllipsoid |
Method | Description | |
---|---|---|
AngularDistance ( GeoPoint p1, GeoPoint p2 ) : double |
Computes an angular distance between two points on the unit sphere.
|
|
GetConvexHull ( IEnumerable |
Computes a convex hull of the specified points.
|
|
GetPointsCentroid ( IEnumerable |
Calculates the center of mass of points. Calculated as the point on the surface of the ellipsoid, which "points to" a vector, which is the sum of the vectors coming from the center of the ellipsoid to each of the points. Masses of points are set equal. |
public static AngularDistance ( GeoPoint p1, GeoPoint p2 ) : double | ||
p1 | GeoPoint | |
p2 | GeoPoint | |
return | double |
public static GetConvexHull ( IEnumerable |
||
points | IEnumerable |
Enumerator of coordinates for which convex hull should be computed |
return | IList |
public static GetPointsCentroid ( IEnumerable |
||
points | IEnumerable |
|
return | GeoPoint |