'Declaration Public Enum GeometryType Inherits System.Enum
public enum GeometryType : System.Enum
'Declaration Public Enum GeometryType Inherits System.Enum
public enum GeometryType : System.Enum
Member | Description |
---|---|
CircularString | The CircularString is the basic curve type, similar to a LINESTRING in the linear world. A single segment required three points, the start and end points (first and third) and any other point on the arc. |
CompoundCurve | A compound curve is a single, continuous curve that has both curved (circular) segments and linear segments. |
Curve | 1-dimensional geometric object usually stored as a sequence of Points. |
CurvePolygon | A CurvePolygon is just like a polygon, with an outer ring and zero or more inner rings. The difference is that a ring can take the form of a circular string, linear string or compound string. |
GeometryCollection | Geometric object that is a collection of some number of geometric objects. |
LineString | Curve with linear interpolation between Points. |
MultiCurve | 1-dimensional GeometryCollection whose elements are Curves. |
MultiLineString | MultiCurve whose elements are LineStrings. |
MultiPoint | 0-dimensional GeometryCollection. |
MultiPolygon | MultiSurface whose elements are Polygons. |
MultiSurface | 2-dimensional GeometryCollection whose elements are Surfaces. |
Point | 0-dimensional geometric object and represents a single location in coordinate space. |
Polygon | Planar Surface defined by 1 exterior boundary and 0 or more interior boundaries. |
PolyhedralSurface | Contiguous collection of Polygons, which share common boundary segments. |
Surface | 2-dimensional geometric object. |
Tin | Contiguous collection of Triangles, which share common boundary segments. |
Triangle | Special tringle Polygon. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeometryType