[]
        
(Showing Draft Content)

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

EsriDataDecoder Class

Provides parsing capabilities for ESRI shapefile format. http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf

Inheritance
EsriDataDecoder
Namespace: GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class EsriDataDecoder

Methods

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.