Geotools.Net

ShapeType Enumeration

The values used in the .shp file to represent the type of shape.

[Visual Basic]
Public Enum ShapeType
[C#]
public enum ShapeType

Remarks

Missing <remarks> documentation for T:Geotools.Data.ShapeType

Members

Member NameDescription
Null The null shape type.
Point The point shape type.
Arc The polyline/ arc shape type.
Polygon The polygon shape type.
MultiPoint The multi point shape type.
Undefined Shapetype is undefined.

Requirements

Namespace: Geotools.Data Namespace

Assembly: Geotools.dll

See Also

Geotools.Data Namespace