[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI.EsriDataDecoder.DecodeSpatial

DecodeSpatial Method

DecodeSpatial(Stream)

Decodes spatial data represented in ESRI shapefile format into geospatial object model.

Declaration
public static IEnumerable<GeoShape> DecodeSpatial(Stream stream)
Parameters
Type Name Description
Stream stream

The geospatial data at raw ESRI shapefile representation.

Returns
Type Description
IEnumerable<GeoShape>

Decoded geospatial object.

DecodeSpatial(byte[])

Decodes spatial data represented in ESRI shapefile format into geospatial object model.

Declaration
public static IEnumerable<GeoShape> DecodeSpatial(byte[] data)
Parameters
Type Name Description
byte[] data

The geospatial data at raw ESRI shapefile representation.

Returns
Type Description
IEnumerable<GeoShape>

Decoded geospatial object.