ActiveReports 8
GeometryType Enumeration

Defines the geometry types according to OGC Simple Access specification.
Syntax
'Declaration
 
Public Enum GeometryType 
   Inherits System.Enum
public enum GeometryType : System.Enum 
Members
MemberDescription
CircularStringReserved.
CompoundCurveReserved.
Curve1-dimensional geometric object usually stored as a sequence of Points.
CurvePolygonReserved.
GeometryCollectionGeometric object that is a collection of some number of geometric objects.
LineStringCurve with linear interpolation between Points.
MultiCurve1-dimensional GeometryCollection whose elements are Curves.
MultiLineStringMultiCurve whose elements are LineStrings.
MultiPoint0-dimensional GeometryCollection.
MultiPolygonMultiSurface whose elements are Polygons.
MultiSurface2-dimensional GeometryCollection whose elements are Surfaces.
Point0-dimensional geometric object and represents a single location in coordinate space.
PolygonPlanar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
PolyhedralSurfaceContiguous collection of Polygons, which share common boundary segments.
Surface2-dimensional geometric object.
TinContiguous collection of Triangles, which share common boundary segments.
TriangleSpecial tringle Polygon.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeometryType

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace

Support Forum