Click or drag to resize

GeoJSONMapExportFormatInfo Class

MapExportFormatInfo for the GeoJSON file format.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class GeoJSONMapExportFormatInfo : MapExportFormatInfo

The GeoJSONMapExportFormatInfo type exposes the following members.

Properties
  NameDescription
Public propertyCoordinatePrecision
Defines the decimal places of a coordinate
Public propertyCoordinateSystem
Defines the coordinate system for the exported areas
Public propertyExportAdditionalData
It true, area information (area key, area name) will be exported
Public propertyFilename
The filename of the exported image
Public propertyUseClipMap
If true, only areas in clipped map will be exported
Top
See Also