[]
Decodes spatial data represented in ESRI shapefile format into geospatial object model.
public static IEnumerable<GeoShape> DecodeSpatial(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The geospatial data at raw ESRI shapefile representation. |
Type | Description |
---|---|
IEnumerable<GeoShape> | Decoded geospatial object. |
Decodes spatial data represented in ESRI shapefile format into geospatial object model.
public static IEnumerable<GeoShape> DecodeSpatial(byte[] data)
Type | Name | Description |
---|---|---|
byte[] | data | The geospatial data at raw ESRI shapefile representation. |
Type | Description |
---|---|
IEnumerable<GeoShape> | Decoded geospatial object. |