[]
Contains methods for importing ShapeFile and DBF files.
public static class ShapeReader
| Name | Description |
|---|---|
| Read(byte[]) | Read shape file data from byte array. |
| Read(byte[], byte[]) | Read shape file and dbf datas from byte array. |
| Read(Stream) | Read shape file data from stream. |
| Read(Stream, Stream) | Read shape file and dbf datas from stream. |