[]
        
(Showing Draft Content)

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

Decode Method

Decode(string)

Decodes the data from esri data sources. Retrieves both spatial and geodataset data.

Declaration
public static IEnumerable<EsriRecord> Decode(string filePath)
Parameters
Type Name Description
string filePath

Esri file path.

Returns
Type Description
IEnumerable<EsriRecord>

The collection of esri data source records.

Decode(string, float)

Decodes the data from esri data sources. Retrieves both spatial and geodataset data.

Declaration
public static IEnumerable<EsriRecord> Decode(string filePath, float ratio)
Parameters
Type Name Description
string filePath

Esri file path.

float ratio

Simplification ratio

Returns
Type Description
IEnumerable<EsriRecord>

The collection of esri data source records.

Decode(string, float, Action<Exception>)

Overload for Decode(string filePath, float ratio)

Declaration
public static IEnumerable<EsriRecord> Decode(string filePath, float ratio, Action<Exception> errorAction)
Parameters
Type Name Description
string filePath

Esri file path.

float ratio

Simplification ratio

Action<Exception> errorAction

Error callback handler function.

Returns
Type Description
IEnumerable<EsriRecord>