[]
        
(Showing Draft Content)

C1.WPF.Maps.ShapeReader

ShapeReader Class

Contains methods for importing ShapeFile and DBF files.

Inheritance
ShapeReader
Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public static class ShapeReader

Methods

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.