GeometryType

Added in version 1.2.

class GeometryType

A type of geometry.

Fields

class GeometryType
LINESTRING

A single line

MULTILINESTRING

A collection of lines

MULTIPOINT

A collection of points

MULTIPOLYGON

A collection of polygons

POINT

A single point

POLYGON

A single polygon

UNKNOWN

Unknown geometry type