[ 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.
- pygeodesy.named._NamedTuple:
(INTERNAL) Base for named
tuples with both index
and attribute name access to the items.
- pybelbg.__pygeodesy.BeLBG7Tuple:
7-Tuple
(easting, northing, H, lat, lon, height,
beLBG) with local Belgian easting,
northing and orthometric height H,
geodetic lat, lon and ellipsoidal
height and beLBG the Be*LBG
instance with lat and lon in
degrees and with easting,
northing, H and height in
meter, conventionally.
- pybelbg.__pygeodesy.EasNorH3Tuple:
3-Tuple
(easting, northing, H), all in
meter, conventionally with orthometric height
H.
- pybelbg.__pygeodesy.LatLonN3Tuple:
3-tuple
(lat, lon, N) with geoid height N
in meter, conventionally.
- pybelbg.__pygeodesy.Lb4Tuple:
4-Tuple
(minE, minN, maxE, maxN) with local
Lambert lower-left (minE, minN) and
upper-right (maxE, maxN) bounds 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.
- pybelbg.__pygeodesy.BeLBG7Tuple:
7-Tuple
(easting, northing, H, lat, lon, height,
beLBG) with local Belgian easting,
northing and orthometric height H,
geodetic lat, lon and ellipsoidal
height and beLBG the Be*LBG
instance with lat and lon in
degrees and with easting,
northing, H and height in
meter, conventionally.
- pybelbg.__pygeodesy.EasNorH3Tuple:
3-Tuple
(easting, northing, H), all in
meter, conventionally with orthometric height
H.
- pybelbg.__pygeodesy.LatLonN3Tuple:
3-tuple
(lat, lon, N) with geoid height N
in meter, conventionally.
- pybelbg.__pygeodesy.Lb4Tuple:
4-Tuple
(minE, minN, maxE, maxN) with local
Lambert lower-left (minE, minN) and
upper-right (maxE, maxN) bounds in meter,
conventionally.