ActiveReports 8
GeometryType Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace : GeometryType Enumeration

Glossary Item Box

Defines the geometry types according to OGC Simple Access specification.

Syntax

Visual Basic (Declaration) 
Public Enum GeometryType 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also