Module gdal_sys::OGRwkbGeometryType[][src]

Constants

wkbCircularString

< one or more circular arc segments connected end to end, ISO SQL/MM Part 3. GDAL >= 2.0

wkbCircularStringM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbCircularStringZ

< wkbCircularString with Z component. ISO SQL/MM Part 3. GDAL >= 2.0

wkbCircularStringZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbCompoundCurve

< sequence of contiguous curves, ISO SQL/MM Part 3. GDAL >= 2.0

wkbCompoundCurveM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbCompoundCurveZ

< wkbCompoundCurve with Z component. ISO SQL/MM Part 3. GDAL >= 2.0

wkbCompoundCurveZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbCurve

< Curve (abstract type). ISO SQL/MM Part 3. GDAL >= 2.1

wkbCurveM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbCurvePolygon

< planar surface, defined by 1 exterior boundary and zero or more interior boundaries, that are curves. ISO SQL/MM Part 3. GDAL >= 2.0

wkbCurvePolygonM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbCurvePolygonZ

< wkbCurvePolygon with Z component. ISO SQL/MM Part 3. GDAL >= 2.0

wkbCurvePolygonZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbCurveZ

< wkbCurve with Z component. ISO SQL/MM Part 3. GDAL >= 2.1

wkbCurveZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbGeometryCollection

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

wkbGeometryCollection25D

< 2.5D extension as per 99-402

wkbGeometryCollectionM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbGeometryCollectionZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbLineString

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

wkbLineString25D

< 2.5D extension as per 99-402

wkbLineStringM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbLineStringZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbLinearRing

< non-standard, just for createGeometry()

wkbMultiCurve

< GeometryCollection of Curves, ISO SQL/MM Part 3. GDAL >= 2.0

wkbMultiCurveM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiCurveZ

< wkbMultiCurve with Z component. ISO SQL/MM Part 3. GDAL >= 2.0

wkbMultiCurveZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiLineString

< GeometryCollection of LineStrings, standard WKB

wkbMultiLineString25D

< 2.5D extension as per 99-402

wkbMultiLineStringM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiLineStringZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiPoint

< GeometryCollection of Points, standard WKB

wkbMultiPoint25D

< 2.5D extension as per 99-402

wkbMultiPointM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiPointZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiPolygon

< GeometryCollection of Polygons, standard WKB

wkbMultiPolygon25D

< 2.5D extension as per 99-402

wkbMultiPolygonM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiPolygonZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiSurface

< GeometryCollection of Surfaces, ISO SQL/MM Part 3. GDAL >= 2.0

wkbMultiSurfaceM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbMultiSurfaceZ

< wkbMultiSurface with Z component. ISO SQL/MM Part 3. GDAL >= 2.0

wkbMultiSurfaceZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbNone

< non-standard, for pure attribute records

wkbPoint

< 0-dimensional geometric object, standard WKB

wkbPoint25D

< 2.5D extension as per 99-402

wkbPointM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbPointZM

< ISO SQL/MM Part 3. GDAL >= 2.1

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

wkbPolygonM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbPolygonZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbPolyhedralSurface

< a contiguous collection of polygons, which share common boundary segments, ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbPolyhedralSurfaceM

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbPolyhedralSurfaceZ

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbPolyhedralSurfaceZM

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbSurface

< Surface (abstract type). ISO SQL/MM Part 3. GDAL >= 2.1

wkbSurfaceM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbSurfaceZ

< wkbSurface with Z component. ISO SQL/MM Part 3. GDAL >= 2.1

wkbSurfaceZM

< ISO SQL/MM Part 3. GDAL >= 2.1

wkbTIN

< a PolyhedralSurface consisting only of Triangle patches ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbTINM

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbTINZ

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbTINZM

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbTriangle

< a Triangle. ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbTriangleM

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbTriangleZ

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

wkbTriangleZM

< ISO SQL/MM Part 3. Reserved in GDAL >= 2.1 but not yet implemented

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.