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 An immutable property ( Read Only ).
|
|
datum Property to get and set this cartesian's datum (Datum). |
|
isEllipsoidal An immutable property ( Read Only ).
|
|
isSpherical An immutable property ( Read Only ).
|
|
latlon An immutable property ( Read Only ).
|
|
latlonheight An immutable property ( Read Only ).
|
|
latlonheightdatum An immutable property ( Read Only ).
|
|
philam An immutable property ( Read Only ).
|
|
philamheight An immutable property ( Read Only ).
|
|
philamheightdatum An immutable property ( Read Only ).
|
|
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 |
EcefAn immutable property (
|
datumProperty to get and set this cartesian's datum (Datum).
|
isEllipsoidalAn immutable property (
|
isSphericalAn immutable property (
|
latlonAn immutable property (
|
latlonheightAn immutable property (
|
latlonheightdatumAn immutable property (
|
philamAn immutable property (
|
philamheightAn immutable property (
|
philamheightdatumAn immutable property (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 16 12:12:49 2020 | http://epydoc.sourceforge.net |