# C1.FlexMap.GeoGeometry

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_GeoGeometry" data-uid="C1.FlexMap.GeoGeometry" class="text-break">GeoGeometry Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class of geospatial geometries.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">GeoGeometry</span></div>
      <div class="level2"><a class="xref" href="C1.FlexMap.GeoCurve.html">GeoCurve</a></div>
      <div class="level2"><a class="xref" href="C1.FlexMap.GeoGeometryCollection.html">GeoGeometryCollection</a></div>
      <div class="level2"><a class="xref" href="C1.FlexMap.GeoPoint.html">GeoPoint</a></div>
      <div class="level2"><a class="xref" href="C1.FlexMap.GeoSurface.html">GeoSurface</a></div>
  </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_GeoGeometry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GeoGeometry</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class GeoGeometry</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_GeoGeometry__ctor_C1_FlexMap_GeoGeometryType_" data-uid="C1.FlexMap.GeoGeometry.#ctor(C1.FlexMap.GeoGeometryType)">
          <a class="xref" href="C1.FlexMap.GeoGeometry.-ctor.html#C1_FlexMap_GeoGeometry__ctor_C1_FlexMap_GeoGeometryType_">GeoGeometry(GeoGeometryType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.FlexMap.GeoGeometry.html">GeoGeometry</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_Bounds" data-uid="C1.FlexMap.GeoGeometry.Bounds">
          <a class="xref" href="C1.FlexMap.GeoGeometry.Bounds.html#C1_FlexMap_GeoGeometry_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bounds of the geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_Center" data-uid="C1.FlexMap.GeoGeometry.Center">
          <a class="xref" href="C1.FlexMap.GeoGeometry.Center.html#C1_FlexMap_GeoGeometry_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the centroid of the geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_Is3D" data-uid="C1.FlexMap.GeoGeometry.Is3D">
          <a class="xref" href="C1.FlexMap.GeoGeometry.Is3D.html#C1_FlexMap_GeoGeometry_Is3D">Is3D</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <code>true</code> if the geometry has z-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_IsEmpty" data-uid="C1.FlexMap.GeoGeometry.IsEmpty">
          <a class="xref" href="C1.FlexMap.GeoGeometry.IsEmpty.html#C1_FlexMap_GeoGeometry_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value indicating whether the geometry is empty geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_IsMeasured" data-uid="C1.FlexMap.GeoGeometry.IsMeasured">
          <a class="xref" href="C1.FlexMap.GeoGeometry.IsMeasured.html#C1_FlexMap_GeoGeometry_IsMeasured">IsMeasured</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <code>true</code> if the geometry has m-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_PointsCount" data-uid="C1.FlexMap.GeoGeometry.PointsCount">
          <a class="xref" href="C1.FlexMap.GeoGeometry.PointsCount.html#C1_FlexMap_GeoGeometry_PointsCount">PointsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of points used in a geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_Type" data-uid="C1.FlexMap.GeoGeometry.Type">
          <a class="xref" href="C1.FlexMap.GeoGeometry.Type.html#C1_FlexMap_GeoGeometry_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the geometry type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_GeoGeometry_GetPointsBounds_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__" data-uid="C1.FlexMap.GeoGeometry.GetPointsBounds(System.Collections.Generic.IEnumerable{C1.FlexMap.GeoPoint})">
          <a class="xref" href="C1.FlexMap.GeoGeometry.GetPointsBounds.html#C1_FlexMap_GeoGeometry_GetPointsBounds_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__">GetPointsBounds(IEnumerable&lt;GeoPoint&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the points bound rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
