Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoGeometryType Enumeration

In This Topic
    GeoGeometryType Enumeration
    In This Topic
    Specifies the type of the geometry according to OGC Simple Access specification.
    Syntax
    'Declaration
     
    
    Public Enum GeoGeometryType 
       Inherits System.Enum
    public enum GeoGeometryType : System.Enum 
    Members
    MemberDescription
    CircularStringReserved.
    CompoundCurveReserved.
    Curve1-dimensional geometric object usually stored as a sequence of Points.
    CurvePolygonReserved.
    GeometryCommon geometry.
    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
             C1.FlexMap.GeoGeometryType

    See Also