[]
Provides parsing capabilities for ESRI shapefile format. http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf
public static class EsriDataDecoder
| Name | Description |
|---|---|
| Decode(string) | Decodes the data from esri data sources. Retrieves both spatial and geodataset data. |
| Decode(string, float) | Decodes the data from esri data sources. Retrieves both spatial and geodataset data. |
| Decode(string, float, Action<Exception>) | Overload for Decode(string filePath, float ratio) |
| DecodeSpatial(byte[]) | Decodes spatial data represented in ESRI shapefile format into geospatial object model. |
| DecodeSpatial(Stream) | Decodes spatial data represented in ESRI shapefile format into geospatial object model. |
| DetermineOrientation(IItemCollection<GeoPoint>) | Returns the orientation of the polygon specified by points. |