# C1.FlexMap.GeoGeometryType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_FlexMap_GeoGeometryType" data-uid="C1.FlexMap.GeoGeometryType" class="text-break">GeoGeometryType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of the geometry according to OGC Simple Access specification.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_FlexMap_GeoGeometryType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GeoGeometryType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GeoGeometryType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_CircularString">CircularString</td>
        <td><p>Reserved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_CompoundCurve">CompoundCurve</td>
        <td><p>Reserved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_Curve">Curve</td>
        <td><p>1-dimensional geometric object usually stored as a sequence of Points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_CurvePolygon">CurvePolygon</td>
        <td><p>Reserved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_Geometry">Geometry</td>
        <td><p>Common geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_GeometryCollection">GeometryCollection</td>
        <td><p>Geometric object that is a collection of some number of geometric objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_LineString">LineString</td>
        <td><p>Curve with linear interpolation between Points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_MultiCurve">MultiCurve</td>
        <td><p>1-dimensional GeometryCollection whose elements are Curves.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_MultiLineString">MultiLineString</td>
        <td><p>MultiCurve whose elements are LineStrings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_MultiPoint">MultiPoint</td>
        <td><p>0-dimensional GeometryCollection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_MultiPolygon">MultiPolygon</td>
        <td><p>MultiSurface whose elements are Polygons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_MultiSurface">MultiSurface</td>
        <td><p>2-dimensional GeometryCollection whose elements are Surfaces.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_Point">Point</td>
        <td><p>0-dimensional geometric object and represents a single location in coordinate space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_Polygon">Polygon</td>
        <td><p>Planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_PolyhedralSurface">PolyhedralSurface</td>
        <td><p>Contiguous collection of Polygons, which share common boundary segments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_Surface">Surface</td>
        <td><p>2-dimensional geometric object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_Tin">Tin</td>
        <td><p>Contiguous collection of Triangles, which share common boundary segments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometryType_Triangle">Triangle</td>
        <td><p>Special tringle Polygon.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
