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 Get the ECEF class (EcefKarney or EcefVeness). |
|
datum Property to get and set this cartesian's datum (Datum). |
|
height Get the height ( meter ).
|
|
isEllipsoidal Check whether this cartesian is ellipsoidal ( bool or
None if unknown).
|
|
isSpherical Check whether this cartesian is spherical ( bool or
None if unknown).
|
|
latlon Get this cartesian's (geodetic) lat- and longitude in degrees (LatLon2Tuple(lat, lon) ).
|
|
latlonheight Get this cartesian's (geodetic) lat-, longitude in degrees with height (LatLon3Tuple(lat, lon, height) ).
|
|
latlonheightdatum Get this cartesian's (geodetic) lat-, longitude in degrees with height and datum (LatLon4Tuple(lat, lon, height, datum) ).
|
|
philam Get this cartesian's (geodetic) lat- and longitude in radians (PhiLam2Tuple(phi, lam) ).
|
|
philamheight Get this cartesian's (geodetic) lat-, longitude in radians with height (PhiLam3Tuple(phi, lam, height) ).
|
|
philamheightdatum Get this cartesian's (geodetic) lat-, longitude in radians with height and datum (PhiLam4Tuple(phi, lam, height, datum) ).
|
|
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 |
EcefGet the ECEF class (EcefKarney or EcefVeness).
|
datumProperty to get and set this cartesian's datum (Datum).
|
heightGet the height (
|
isEllipsoidalCheck whether this cartesian is ellipsoidal (
|
isSphericalCheck whether this cartesian is spherical (
|
latlonGet this cartesian's (geodetic) lat- and longitude in
|
latlonheightGet this cartesian's (geodetic) lat-, longitude in
|
latlonheightdatumGet this cartesian's (geodetic) lat-, longitude in
|
philamGet this cartesian's (geodetic) lat- and longitude in
|
philamheightGet this cartesian's (geodetic) lat-, longitude in
|
philamheightdatumGet this cartesian's (geodetic) lat-, longitude in
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 12 20:49:56 2020 | http://epydoc.sourceforge.net |