|
intersecant2(center,
circle,
point,
other,
**exact_height_wrap_tol)
Compute the intersections of a circle and a geodesic given as two
points or as a point and (forward) bearing. |
|
|
|
ispolar(points,
wrap=False)
Check whether a polygon encloses a pole. |
|
|
|
areaOf(points,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
wrap=True)
Compute the area of an (ellipsoidal) polygon or composite. |
|
|
|
intersection3(start1,
end1,
start2,
end2,
height=None,
wrap=False,
equidistant=None,
tol=0.001,
LatLon=<class 'pygeodesy.ellipsoidalExact.LatLon'>,
**LatLon_kwds)
Iteratively compute the intersection point of two lines, each
defined by two (ellipsoidal) points or by an (ellipsoidal) start
point and an initial bearing from North. |
|
|
|
intersections2(center1,
radius1,
center2,
radius2,
height=None,
wrap=False,
equidistant=None,
tol=0.001,
LatLon=<class 'pygeodesy.ellipsoidalExact.LatLon'>,
**LatLon_kwds)
Iteratively compute the intersection points of two circles,
each defined by an (ellipsoidal) center point and a radius. |
|
|
|
isclockwise(points,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
wrap=True)
Determine the direction of a path or polygon. |
|
|
|
nearestOn(point,
point1,
point2,
within=True,
height=None,
wrap=False,
equidistant=None,
tol=0.001,
LatLon=<class 'pygeodesy.ellipsoidalExact.LatLon'>,
**LatLon_kwds)
Iteratively locate the closest point on the geodesic between
two other (ellispoidal) points. |
|
|
|
perimeterOf(points,
closed=False,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
wrap=True)
Compute the perimeter of an (ellipsoidal) polygon or composite. |
|
|