# C1.WPF.Maps.ShapeReader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_ShapeReader" data-uid="C1.WPF.Maps.ShapeReader" class="text-break">ShapeReader Class
</h1>
  <div class="markdown level0 summary"><p>Contains methods for importing ShapeFile and DBF files.</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">ShapeReader</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Maps.html">C1.WPF.Maps</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Maps.dll</h6>
  <h5 id="C1_WPF_Maps_ShapeReader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ShapeReader</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module ShapeReader</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="C1_WPF_Maps_ShapeReader_Read_System_Byte___" data-uid="C1.WPF.Maps.ShapeReader.Read(System.Byte[])">
          <a class="xref" href="C1.WPF.Maps.ShapeReader.Read.html#C1_WPF_Maps_ShapeReader_Read_System_Byte___">Read(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Read shape file data from byte array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_ShapeReader_Read_System_Byte___System_Byte___" data-uid="C1.WPF.Maps.ShapeReader.Read(System.Byte[],System.Byte[])">
          <a class="xref" href="C1.WPF.Maps.ShapeReader.Read.html#C1_WPF_Maps_ShapeReader_Read_System_Byte___System_Byte___">Read(byte[], byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Read shape file and dbf datas from byte array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_ShapeReader_Read_System_IO_Stream_" data-uid="C1.WPF.Maps.ShapeReader.Read(System.IO.Stream)">
          <a class="xref" href="C1.WPF.Maps.ShapeReader.Read.html#C1_WPF_Maps_ShapeReader_Read_System_IO_Stream_">Read(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Read shape file data from stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_ShapeReader_Read_System_IO_Stream_System_IO_Stream_" data-uid="C1.WPF.Maps.ShapeReader.Read(System.IO.Stream,System.IO.Stream)">
          <a class="xref" href="C1.WPF.Maps.ShapeReader.Read.html#C1_WPF_Maps_ShapeReader_Read_System_IO_Stream_System_IO_Stream_">Read(Stream, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Read shape file and dbf datas from stream.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
