Enumeration

ShumateGeometryType

since: 1.2

Declaration

enum Shumate.GeometryType

Description [src]

A type of geometry.

Available since: 1.2

Members

Name Description
SHUMATE_GEOMETRY_TYPE_UNKNOWN

Unknown geometry type.

SHUMATE_GEOMETRY_TYPE_POINT

A single point.

SHUMATE_GEOMETRY_TYPE_MULTIPOINT

A collection of points.

SHUMATE_GEOMETRY_TYPE_LINESTRING

A single line.

SHUMATE_GEOMETRY_TYPE_MULTILINESTRING

A collection of lines.

SHUMATE_GEOMETRY_TYPE_POLYGON

A single polygon.

SHUMATE_GEOMETRY_TYPE_MULTIPOLYGON

A collection of polygons.