New point on spherical model earth model.
|
alongTrackDistanceTo(self,
start,
end,
radius=6371008.77141,
wrap=False)
Compute the (signed) distance from the start to the closest point on
the great circle path defined by a start and an end point. |
|
|
|
bearingTo(self,
other,
wrap=False,
raiser=False)
DEPRECATED, use method initialBearingTo . |
|
|
|
crossingParallels(self,
other,
lat,
wrap=False)
Return the pair of meridians at which a great circle defined by this
and an other point crosses the given latitude. |
|
|
|
crossTrackDistanceTo(self,
start,
end,
radius=6371008.77141,
wrap=False)
Compute the (signed) distance from this point to the great circle
defined by a start and an end point. |
|
|
|
destination(self,
distance,
bearing,
radius=6371008.77141,
height=None)
Locate the destination from this point after having travelled the
given distance on the given initial bearing. |
|
|
|
distanceTo(self,
other,
radius=6371008.77141,
wrap=False)
Compute the distance from this to an other point. |
|
|
|
greatCircle(self,
bearing)
Compute the vector normal to great circle obtained by heading on the
given initial bearing from this point. |
|
|
|
initialBearingTo(self,
other,
wrap=False,
raiser=False)
Compute the initial bearing (forward azimuth) from this to an other
point. |
|
|
|
intermediateTo(self,
other,
fraction,
height=None,
wrap=False)
Locate the point at given fraction between this and an other point. |
|
|
|
intersection(self,
end1,
start2,
end2,
height=None,
wrap=False)
Locate the intersection point of two paths both defined by two points
or a start point and bearing from North. |
|
|
|
isenclosedBy(self,
points)
Check whether a (convex) polygon encloses this point. |
|
|
|
isEnclosedBy(self,
points)
DEPRECATED, use method isenclosedBy . |
|
|
|
midpointTo(self,
other,
height=None,
wrap=False)
Find the midpoint between this and an other point. |
|
|
|
nearestOn(self,
point1,
point2,
radius=6371008.77141,
**options)
Locate the point between two points closest and this point. |
|
|
|
|
|
nearestOn3(self,
points,
closed=False,
radius=6371008.77141,
**options)
Locate the point on a polygon closest to this point. |
|
|
|
toCartesian(self,
**kwds)
Convert this point to Karney -based cartesian (ECEF)
coordinates. |
|
|
Inherited from sphericalBase.LatLonSphericalBase :
__init__ ,
bearingTo2 ,
finalBearingTo ,
maxLat ,
minLat ,
parse ,
rhumbBearingTo ,
rhumbDestination ,
rhumbDistanceTo ,
rhumbMidpointTo ,
toWm
Inherited from latlonBase.LatLonBase :
__eq__ ,
__ne__ ,
__str__ ,
antipode ,
bounds ,
boundsOf ,
compassAngle ,
compassAngleTo ,
equals ,
equals3 ,
equirectangularTo ,
euclideanTo ,
haversineTo ,
isantipode ,
isantipodeTo ,
isequalTo ,
isequalTo3 ,
latlon2 ,
latlon2round ,
latlon_ ,
philam2 ,
points ,
points2 ,
to2ab ,
to3llh ,
to3xyz ,
toEcef ,
toNvector ,
toStr ,
toVector ,
toVector3d ,
vincentysTo
Inherited from named._NamedBase :
__repr__ ,
others ,
toStr2
Inherited from named._Named :
classof ,
copy
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|