GeometryType Enumeration

The type of a geometry in a layer.

Namespace:  Aspose.Gis.Geometries
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public enum GeometryType
Members
  Member nameValueDescription
Null0 The geometry type is not set.
Mixed1 The geometry type is mixed.
Point2 The geometry is an IPoint.
LineString3 The geometry is an ILineString.
LinearRing4 The geometry is an ILinearRing.
CircularString5 The geometry is an ICircularString.
CompoundCurve6 The geometry is an ICompoundCurve.
CurvePolygon7 The geometry is an ICurvePolygon.
Polygon8 The geometry is an IPolygon.
MultiPoint9 The geometry is an IMultiPoint.
MultiCurve10 The geometry is an IMultiCurve.
MultiLineString11 The geometry is an IMultiLineString.
MultiSurface12 The geometry is an IMultiSurface.
MultiPolygon13 The geometry is an IMultiPolygon.
GeometryCollection14 The geometry is an IGeometryCollection.
See Also