[ 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.errors._ValueError:
(INTERNAL) Format a
ValueError with/-out exception
chaining.
- pygeodesy.named._Named:
(INTERNAL) Root class for named objects.
- pygeodesy.named._NamedBase:
(INTERNAL) Base class with name.
- pyaxqg.axqgs._AxQGbase:
(INTERNAL)
Ax*QG base class.
- pygeodesy.named._NamedEnumItem:
(INTERNAL) Base class for items in a
_NamedEnum
registry.
- pygeodesy.triaxials.bases._UnOrderedTriaxialBase:
(INTERNAL) Base class for all unordered triaxial classes.
- pygeodesy.triaxials.bases._OrderedTriaxialBase:
(INTERNAL) Base class for all ordered triaxial classes.
- pygeodesy.triaxials.bases._Triaxial3Base:
(INTERNAL) Base class for unordered triaxial
3
classes.
- pygeodesy.triaxials.triaxial3.Triaxial3:
Ordered triaxial ellipsoid convering between cartesian and
lat-/longitudes using using class
Ang.
- pygeodesy.named._NamedTuple:
(INTERNAL) Base for named
tuples with both index
and attribute name access to the items.
- pyaxqg.__pygeodesy.AxyzHeight4Tuple:
4-tuple
(x, y, z, H) with orthometric height
H, all in meter, conventionally.
- pyaxqg.__pygeodesy.AxyzNgeoid4Tuple:
4-tuple
(x, y, z, N) with geoid height N,
all in meter, conventionally.
- pyaxqg.__pygeodesy.Axyzheight4Tuple:
4-tuple
(x, y, z, h) with ellipsoidal height
h, all in meter, conventionally.
- pygeodesy.namedTuples.Bounds4Tuple:
4-Tuple
(latS, lonW, latN, lonE) with the bounds'
lower-left (LatS, LonW) and upper-right (latN,
lonE) corner lat- and longitudes.
- pygeodesy.namedTuples.LatLonNgeoid3Tuple:
3-Tuple
(lat, lon, N) with geoid height N
in meter, conventionally.
- pygeodesy.namedTuples.Vector3Tuple:
3-Tuple
(x, y, z) of (geocentric) components, all in
meter or the same units.
- pygeodesy.namedTuples._H_lat_lon_height4Tuple:
4-Tuple
(H, lat, lon, height) (INTERNAL) Base and
"middle" tuple for pyaxqg.AxQG8Tuple,
pybelbg.BeLBG7Tuple and
pyrdnap.RDNAP7Tuple.
- pyaxqg.__pygeodesy.AxQG8Tuple:
8-Tuple
(x, y, z, H, lat, lon, height, axQG) with
cartesian x, y, z and
orthometric height H, geodetic lat,
lon and ellipsoidal height,
axQG the Ax*QG instance with
lat and lon in degrees and
with x, y, z, H
and height in meter, conventionally.
- 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.
- pyaxqg.__pygeodesy.AxyzHeight4Tuple:
4-tuple
(x, y, z, H) with orthometric height
H, all in meter, conventionally.
- pyaxqg.__pygeodesy.AxyzNgeoid4Tuple:
4-tuple
(x, y, z, N) with geoid height N,
all in meter, conventionally.
- pyaxqg.__pygeodesy.Axyzheight4Tuple:
4-tuple
(x, y, z, h) with ellipsoidal height
h, all in meter, conventionally.
- pygeodesy.namedTuples.Bounds4Tuple:
4-Tuple
(latS, lonW, latN, lonE) with the bounds'
lower-left (LatS, LonW) and upper-right (latN,
lonE) corner lat- and longitudes.
- pygeodesy.namedTuples.LatLonNgeoid3Tuple:
3-Tuple
(lat, lon, N) with geoid height N
in meter, conventionally.
- pygeodesy.namedTuples.Vector3Tuple:
3-Tuple
(x, y, z) of (geocentric) components, all in
meter or the same units.
- pygeodesy.namedTuples._H_lat_lon_height4Tuple:
4-Tuple
(H, lat, lon, height) (INTERNAL) Base and
"middle" tuple for pyaxqg.AxQG8Tuple,
pybelbg.BeLBG7Tuple and
pyrdnap.RDNAP7Tuple.
- pyaxqg.__pygeodesy.AxQG8Tuple:
8-Tuple
(x, y, z, H, lat, lon, height, axQG) with
cartesian x, y, z and
orthometric height H, geodetic lat,
lon and ellipsoidal height,
axQG the Ax*QG instance with
lat and lon in degrees and
with x, y, z, H
and height in meter, conventionally.