spherely.GeographyType#
- class spherely.GeographyType#
The enumeration of Geography types.
Members:
NONE : Undefined geography type (-1).
POINT : Single point geography type (0).
LINESTRING : Single line geography type (1).
POLYGON : Single polygon geography type (2).
MULTIPOINT : Multiple point geography type (3).
MULTILINESTRING : Multiple line geography type (4).
MULTIPOLYGON : Multiple polygon geography type (5).
GEOMETRYCOLLECTION : Collection geography type (6).
- __init__()#
Methods
Attributes
GEOMETRYCOLLECTION
LINESTRING
MULTILINESTRING
MULTIPOINT
MULTIPOLYGON
NONE
POINT
POLYGON
name
value