# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon" class="text-break">GeoPolygon Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geospatial polygon shape.</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"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.html">GeoShape</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoSurface.html">GeoSurface</a></div>
    <div class="level3"><span class="xref">GeoPolygon</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoTriangle.html">GeoTriangle</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GeoPolygon : GeoSurface</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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeometryType_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoLinearRing__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.#ctor(GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeometryType,System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoLinearRing})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeometryType_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoLinearRing__">GeoPolygon(GeometryType, IEnumerable&lt;GeoLinearRing&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.html">GeoPolygon</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoLinearRing__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.#ctor(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoLinearRing})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoLinearRing__">GeoPolygon(IEnumerable&lt;GeoLinearRing&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.html">GeoPolygon</a>.</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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Bounds" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Bounds">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Bounds.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of the polygon shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Center" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Center">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Center.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the centroid of the polygon shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_ExteriorRing" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.ExteriorRing">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.ExteriorRing.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_ExteriorRing">ExteriorRing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the exterior ring of the polygon shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_InteriorRings" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.InteriorRings">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.InteriorRings.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_InteriorRings">InteriorRings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the interior rings of the polygon shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Is3D" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Is3D">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Is3D.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Is3D">Is3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether any ring in the collection has z-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_IsEmpty" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.IsEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.IsEmpty.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the exterior ring is null or empty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_IsMeasured" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.IsMeasured">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.IsMeasured.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_IsMeasured">IsMeasured</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether any ring in the collection has m-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_PointsCount" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.PointsCount">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.PointsCount.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_PointsCount">PointsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sum of the points count of all rings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Rings" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Rings">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPolygon.Rings.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPolygon_Rings">Rings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the polygon rings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
