|
__init__(self,
lat,
lon,
height=0,
datum=None,
name='
' )
Create an (ellipsoidal) LatLon point frome the given
lat-, longitude and height on the given datum. |
|
|
|
antipode(self,
height=None)
Return the antipode, the point diametrically opposite to this point. |
|
|
|
convertDatum(self,
datum)
Convert this LatLon point to a new datum. |
|
|
|
distanceTo2(self,
other)
Approximate the distance and bearing between this and an other
(ellipsoidal) point based on the radii of curvature. |
|
|
|
elevation2(self,
adjust=True,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
timeout=2)
Return elevation of this point for its or the given datum. |
|
|
|
ellipsoid(self,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... )
Return the ellipsoid of this point's datum or the given datum. |
|
|
|
ellipsoids(self,
other)
Check the type and ellipsoid of this and an other point's datum. |
|
|
|
geoidHeight2(self,
adjust=False,
datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Tran... ,
timeout=2)
Return geoid height of this point for its or the given datum. |
|
|
|
parse(self,
strll,
height=0,
datum=None,
sep=' , ' )
Parse a string representing this LatLon point. |
|
|
|
to3xyz(self)
Convert this (ellipsoidal) geodetic LatLon point to
(geocentric) cartesian x/y/z components. |
|
|
|
toOsgr(self)
Convert this LatLon point to an OSGR coordinate. |
|
|
|
toUtm(self)
Convert this LatLon point to a UTM coordinate. |
|
|
|
toWm(self)
Convert this LatLon point to a WM coordinate. |
|
|
Inherited from bases.LatLonHeightBase :
__eq__ ,
__ne__ ,
__str__ ,
bounds ,
compassAngle ,
compassAngleTo ,
copy ,
equals ,
equals3 ,
equirectangularTo ,
haversineTo ,
isantipode ,
isantipodeTo ,
isequalTo ,
isequalTo3 ,
latlon2 ,
latlon2round ,
latlon_ ,
points ,
points2 ,
to2ab ,
to3llh ,
toStr
Inherited from bases.Based :
__repr__ ,
classof ,
others ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|