[ 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).
- _abcoll.Container
- _abcoll.Sequence:
All the operations on a read-only sequence.
- pygeodesy.points._Basequence:
(INTERNAL) Base class.
- pygeodesy.points.LatLon2psxy:
Wrapper for LatLon points as "on-the-fly"
pseudo-xy coordinates.
- pygeodesy.points._Array2LatLon:
Base class for Numpy2LatLon or Tuple2LatLon.
- pygeodesy.fmath.Fsum:
Precision floating point summation similar to standard Python
function math.fsum.
- _abcoll.Iterable
- _abcoll.Sequence:
All the operations on a read-only sequence.
- pygeodesy.points._Basequence:
(INTERNAL) Base class.
- pygeodesy.points.LatLon2psxy:
Wrapper for LatLon points as "on-the-fly"
pseudo-xy coordinates.
- pygeodesy.points._Array2LatLon:
Base class for Numpy2LatLon or Tuple2LatLon.
- pygeodesy.points.LatLon_:
Low-overhead LatLon class for Numpy2LatLon or Tuple2LatLon'
- pygeodesy.bases.Named:
(INTERNAL) Base class for object with a name.
- pygeodesy.bases.Based:
(INTERNAL) Base class with name.
- pygeodesy.bases.LatLonHeightBase:
(INTERNAL) Base class for LatLon points on spherical or
ellipsiodal earth models.
- pygeodesy.lcc.Lcc:
Lambert conformal conic East-/Northing location.
- pygeodesy.mgrs.Mgrs:
Military Grid Reference System (MGRS/NATO) references, with method
to convert to UTM coordinates.
- pygeodesy.osgr.Osgr:
Ordinance Survey Grid References (OSGR) coordinate.
- pygeodesy.utm.Utm:
Universal Transverse Mercator (UTM) coordinate.
- pygeodesy.bases.VectorBased:
(INTERNAL) Base class for Vector3ds.
- pygeodesy.webmercator.Wm:
Web Mercator (WM) coordinate.
- pygeodesy.datum._Based:
(INTERNAL) Base class.
- pygeodesy.geohash.Geohash:
Geohash class, sub-class of str.
- pygeodesy.ellipsoidalNvector.Ned:
North-Eeast-Down (NED), also known as Local Tangent Plane (LTP), is
a vector in the local coordinate frame of a body.
- _abcoll.Sized
- _abcoll.Sequence:
All the operations on a read-only sequence.
- pygeodesy.points._Basequence:
(INTERNAL) Base class.
- pygeodesy.points.LatLon2psxy:
Wrapper for LatLon points as "on-the-fly"
pseudo-xy coordinates.
- pygeodesy.points._Array2LatLon:
Base class for Numpy2LatLon or Tuple2LatLon.
- pygeodesy.points._Basequence:
(INTERNAL) Base class.
- pygeodesy.points.LatLon2psxy:
Wrapper for LatLon points as "on-the-fly"
pseudo-xy coordinates.
- pygeodesy.points._Array2LatLon:
Base class for Numpy2LatLon or Tuple2LatLon.
- basestring:
Type basestring cannot be instantiated; it is the base for str and
unicode.
- str:
str(object='') -> string
- type:
type(object) -> the object's type type(name, bases, dict) ->
a new type
- abc.ABCMeta:
Metaclass for defining Abstract Base Classes (ABCs).