DataExporters

Modified on Tuesday, 02 December 2014 03:33 PM by 156.75.189.58 — Categorized as: Data Exporters

Example Data Exporter List

Example Data Exporter
List

Data Exporters allow the export of feature data sets to the user in a format such as Microsoft Word or Excel. Data exporters can be configured for a Configuring Virtual Applications.


Existing Data Exporters

See Main Article Existing Data Exporters

The framework includes a number of existing Data Exporters that have already been developed.

Developing New Data Exporters

See Main Article Developing New Data Exporters

New data exporters can be created for use in the framework by implementing the interface FDOT.GIS.Client.Domain.DataExporters.IDataExporter and making it exportable through MEF.

See Also