# GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder" class="text-break">EsriDataDecoder Class
</h1>
  <div class="markdown level0 summary"><p>Provides parsing capabilities for ESRI shapefile format.
<a href="http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf">http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf</a></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">EsriDataDecoder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.html">GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class EsriDataDecoder</code></pre>
  </div>
  <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_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_Decode_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.Decode(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.Decode.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_Decode_System_String_">Decode(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Decodes the data from esri data sources. Retrieves both spatial and geodataset data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_Decode_System_String_System_Single_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.Decode(System.String,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.Decode.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_Decode_System_String_System_Single_">Decode(string, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Decodes the data from esri data sources. Retrieves both spatial and geodataset data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_Decode_System_String_System_Single_System_Action_System_Exception__" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.Decode(System.String,System.Single,System.Action{System.Exception})">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.Decode.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_Decode_System_String_System_Single_System_Action_System_Exception__">Decode(string, float, Action&lt;Exception&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Overload for Decode(string filePath, float ratio)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_DecodeSpatial_System_Byte___" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.DecodeSpatial(System.Byte[])">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.DecodeSpatial.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_DecodeSpatial_System_Byte___">DecodeSpatial(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Decodes spatial data represented in ESRI shapefile format into geospatial object model.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_DecodeSpatial_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.DecodeSpatial(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.DecodeSpatial.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_DecodeSpatial_System_IO_Stream_">DecodeSpatial(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Decodes spatial data represented in ESRI shapefile format into geospatial object model.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_DetermineOrientation_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IItemCollection_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPoint__" data-uid="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.DetermineOrientation(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection{GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoPoint})">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.DetermineOrientation.html#GrapeCity_ActiveReports_Rendering_Components_Map_Data_ESRI_EsriDataDecoder_DetermineOrientation_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IItemCollection_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_GeoData_GeoPoint__">DetermineOrientation(IItemCollection&lt;GeoPoint&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the orientation of the polygon specified by points.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
