'Declaration Public Overloads Shared Function DecodeSpatial( _ ByVal stream As Stream _ ) As IEnumerable(Of GeoShape)
public static IEnumerable<GeoShape> DecodeSpatial( Stream stream )
Parameters
- stream
- The geospatial data at raw ESRI shapefile representation.
Return Value
Decoded geospatial object.