Module gdal::vector::OGRwkbGeometryType[][src]

Constants

wkbGeometryCollection

< geometric object that is a collection of 1 or more geometric objects, standard WKB

wkbGeometryCollection25D

< 2.5D extension as per 99-402

wkbLineString

< 1-dimensional geometric object with linear interpolation between Points, standard WKB

wkbLineString25D

< 2.5D extension as per 99-402

wkbLinearRing

< non-standard, just for createGeometry()

wkbMultiLineString

< GeometryCollection of LineStrings, standard WKB

wkbMultiLineString25D

< 2.5D extension as per 99-402

wkbMultiPoint

< GeometryCollection of Points, standard WKB

wkbMultiPoint25D

< 2.5D extension as per 99-402

wkbMultiPolygon

< GeometryCollection of Polygons, standard WKB

wkbMultiPolygon25D

< 2.5D extension as per 99-402

wkbNone

< non-standard, for pure attribute records

wkbPoint

< 0-dimensional geometric object, standard WKB

wkbPoint25D

< 2.5D extension as per 99-402

wkbPolygon

< planar 2-dimensional geometric object defined by 1 exterior boundary and 0 or more interior boundaries, standard WKB

wkbPolygon25D

< 2.5D extension as per 99-402

wkbUnknown

< unknown type, non-standard

Type Definitions

Type

List of well known binary geometry types. These are used within the BLOBs but are also returned from OGRGeometry::getGeometryType() to identify the type of a geometry object.