Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | vector3d.Vector3d --+ | CartesianBase
(INTERNAL) Base class for ellipsoidal and spherical
Cartesian
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
Ecef | |
datum Property to get and set this cartesian's datum (Datum). |
|
isEllipsoidal | |
isSpherical | |
latlon | |
latlonheight | |
latlonheightdatum | |
philam | |
philamheight | |
philamheightdatum | |
Inherited from Inherited from Inherited from |
Method Details |
New
|
Convert this cartesian from one datum to an other. |
DEPRECATED, use property
Note:
This method returns a |
Convert this cartesian to geodetic (lat-/longitude) coordinates.
|
Convert this cartesian to a geodetic (lat-/longitude) point.
|
Convert this cartesian to
Example: >>> c = Cartesian(3980581, 97, 4966825) >>> n = c.toNvector() # (x=0.622818, y=0.00002, z=0.782367, h=0.242887) |
Return the string representation of this cartesian.
|
Return this cartesian's components as vector.
|
Property Details |
Ecef
|
datumProperty to get and set this cartesian's datum (Datum).
|
isEllipsoidal
|
isSpherical
|
latlon
|
latlonheight
|
latlonheightdatum
|
philam
|
philamheight
|
philamheightdatum
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 5 11:52:22 2020 | http://epydoc.sourceforge.net |