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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection" class="text-break">GeoGeometryCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of geospatial shapes.</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"><span class="xref">GeoGeometryCollection</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoMultiLineString.html">GeoMultiLineString</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoMultiPoint.html">GeoMultiPoint</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoMultiPolygon.html">GeoMultiPolygon</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_GeoGeometryCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GeoGeometryCollection : GeoShape</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_GeoGeometryCollection__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeometryType_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.#ctor(GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeometryType,System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeometryType_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape__">GeoGeometryCollection(GeometryType, IEnumerable&lt;GeoShape&gt;)</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.GeoGeometryCollection.html">GeoGeometryCollection</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.#ctor(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoShape})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoShape__">GeoGeometryCollection(IEnumerable&lt;GeoShape&gt;)</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.GeoGeometryCollection.html">GeoGeometryCollection</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_GeoGeometryCollection_Is3D" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.Is3D">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.Is3D.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_Is3D">Is3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether any shape in the collection has Z-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_IsEmpty" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.IsEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.IsEmpty.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the collection is empty or all shapes in the collection are empty geometries.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_IsMeasured" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.IsMeasured">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.IsMeasured.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_IsMeasured">IsMeasured</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether any shape in the collection has M-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_PointsCount" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.PointsCount">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.PointsCount.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_PointsCount">PointsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of points used in the shapes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_Shapes" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.Shapes">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.Shapes.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoGeometryCollection_Shapes">Shapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner shapes.</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>
