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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape" class="text-break">GeoShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geospatial shape base class.</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">GeoShape</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoCurve.html">GeoCurve</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.html">GeoGeometryCollection</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPoint.html">GeoPoint</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoSurface.html">GeoSurface</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_GeoShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GeoShape</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Based on Open Geospatial Consortium Simple Feature Access v1.2.1 spec (<a href="http://www.opengeospatial.org/standards/sfa">http://www.opengeospatial.org/standards/sfa</a>).</p>
</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_GeoShape__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeometryType_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.#ctor(GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeometryType)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeometryType_">GeoShape(GeometryType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.html">GeoShape</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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_Bounds" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Bounds">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Bounds.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_Center" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Center">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Center.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the centroid of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_Is3D" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Is3D">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Is3D.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_Is3D">Is3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the shape has z-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_IsEmpty" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.IsEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.IsEmpty.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the shape is empty geometry.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_IsMeasured" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.IsMeasured">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.IsMeasured.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_IsMeasured">IsMeasured</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the shape has m-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_PointsCount" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.PointsCount">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.PointsCount.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_PointsCount">PointsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of points used in the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_Type" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Type">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.Type.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_GetPointsBounds_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPoint__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.GetPointsBounds(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPoint})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape.GetPointsBounds.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape_GetPointsBounds_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPoint__">GetPointsBounds(IEnumerable&lt;GeoPoint&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the points bounds.</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>
