wkbId2D property

int wkbId2D
final

The WKB type for the (2-dimensional) geometry, ie. 1 for the point type.

Expected values are:

  • 1 for the point type
  • 2 for the lineString type
  • 3 for the polygon type
  • 4 for the multiPoint type
  • 5 for the multiLineString type
  • 6 for the multiPolygon type
  • 7 for the geometryCollection type

References:

Implementation

final int wkbId2D;