[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- exceptions.StandardError:
Base class for all standard Python exceptions that do not represent
interpreter exiting.
- exceptions.ValueError:
Inappropriate argument value (of correct type).
- pygeodesy.named._Named:
(INTERNAL) Root class for named objects.
- pygeodesy.named._NamedBase:
(INTERNAL) Base class with name.
- pygeodesy.named._NamedEnumItem:
(INTERNAL) Base class for items in a
_NamedEnum
registry.
- pygeodesy.datums.Datum:
Ellipsoid and transform parameters for an earth model.
- pygeodesy.ellipsoids.Ellipsoid:
Ellipsoid with equatorial and polar radii,
flattening, inverse flattening and other, often used,
cached attributes, supporting oblate and
prolate ellipsoidal and spherical earth models.
- pygeodesy.datums.Transform:
Helmert datum transformation.
- pyrdnap.rdnap2018._RDNAPbase:
(INTERNAL) RDNAP2018v1
/-v2 base class.
- pygeodesy.named._NamedTuple:
(INTERNAL) Base for named
tuples with both index
and attribute name access to the items.
- pygeodesy.namedTuples.LatLon2Tuple:
2-Tuple
(lat, lon) in degrees90 and
degrees180.
- pygeodesy.namedTuples.PhiLam2Tuple:
2-Tuple
(phi, lam) with latitude phi in
radians[PI_2] and longitude lam in
radians[PI].
- pyrdnap.rd0.RDNAP7Tuple:
7-Tuple
(RDx, RDy, NAPh, lat, lon, height, datum) with
local RDx, RDy and
NAPh quasi-geoid_height, geodetic lat,
lon, height and datum with
lat and lon in degrees and
RDx, RDy, NAPh and
height in meter, conventionally.
- pyrdnap.rd0.RDregion4Tuple:
4-Tuple
(S, W, N, E) with RD region in
GRS80 (ETRS89) degrees.
- pygeodesy.namedTuples.Vector2Tuple:
2-Tuple
(x, y) of (geocentric) components, each in
meter or the same units.
- pygeodesy.namedTuples.Vector3Tuple:
3-Tuple
(x, y, z) of (geocentric) components, all in
meter or the same units.
- tuple:
tuple() -> empty tuple tuple(iterable) -> tuple initialized
from iterable's items
- pygeodesy.named._NamedTuple:
(INTERNAL) Base for named
tuples with both index
and attribute name access to the items.
- pygeodesy.namedTuples.LatLon2Tuple:
2-Tuple
(lat, lon) in degrees90 and
degrees180.
- pygeodesy.namedTuples.PhiLam2Tuple:
2-Tuple
(phi, lam) with latitude phi in
radians[PI_2] and longitude lam in
radians[PI].
- pyrdnap.rd0.RDNAP7Tuple:
7-Tuple
(RDx, RDy, NAPh, lat, lon, height, datum) with
local RDx, RDy and
NAPh quasi-geoid_height, geodetic lat,
lon, height and datum with
lat and lon in degrees and
RDx, RDy, NAPh and
height in meter, conventionally.
- pyrdnap.rd0.RDregion4Tuple:
4-Tuple
(S, W, N, E) with RD region in
GRS80 (ETRS89) degrees.
- pygeodesy.namedTuples.Vector2Tuple:
2-Tuple
(x, y) of (geocentric) components, each in
meter or the same units.
- pygeodesy.namedTuples.Vector3Tuple:
3-Tuple
(x, y, z) of (geocentric) components, all in
meter or the same units.