ShapeType
Describes available types of item represented by the current row of a shapefile.
Enumeration Members
Section titled "Enumeration Members"A placeholder value which cannot occur when reading a shapefile.
None = 0 Point
Section titled "Point"Specifies a point shape.
Point = 1 PointM
Section titled "PointM"Specifies a pointm shape (not supported; cannot occur when reading a shapefile)
PointM = 21 PointZ
Section titled "PointZ"Specifies a polypoint shape (not supported; cannot occur when reading a shapefile)
PointZ = 11 Polygon
Section titled "Polygon"Specifies a polygon shape.
Polygon = 5 PolygonM
Section titled "PolygonM"Specifies a polygonm shape (not supported; cannot occur when reading a shapefile)
PolygonM = 25 PolygonZ
Section titled "PolygonZ"Specifies a polygonz shape
PolygonZ = 15 PolyLine
Section titled "PolyLine"Specifies a polyline shape.
PolyLine = 3 PolyLineM
Section titled "PolyLineM"Specifies a polylinem shape (not supported; cannot occur when reading a shapefile)
PolyLineM = 23 PolyLineZ
Section titled "PolyLineZ"Specifies a polylinez shape
PolyLineZ = 13 PolyPatch
Section titled "PolyPatch"Specifies a polypatchm shape (not supported; cannot occur when reading a shapefile)
PolyPatch = 31 PolyPoint
Section titled "PolyPoint"Specifies a polypoint shape (not supported; cannot occur when reading a shapefile)
PolyPoint = 8 PolyPointM
Section titled "PolyPointM"Specifies a polypointm shape (not supported; cannot occur when reading a shapefile)
PolyPointM = 28 PolyPointZ
Section titled "PolyPointZ"Specifies a polypointz shape (not supported; cannot occur when reading a shapefile)
PolyPointZ = 18