MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI Namespace / EsriDataDecoder Class / DecodeSpatial Method / DecodeSpatial(Stream) Method
The geospatial data at raw ESRI shapefile representation.

In This Topic
DecodeSpatial(Stream) Method
In This Topic
Decodes spatial data represented in ESRI shapefile format into geospatial object model.
Syntax
'Declaration
 
Public Overloads Shared Function DecodeSpatial( _
   ByVal stream As Stream _
) As IEnumerable(Of GeoShape)
 

Parameters

stream
The geospatial data at raw ESRI shapefile representation.

Return Value

Decoded geospatial object.
See Also