Click or drag to resize

GeoJSONMapExportFormatInfo Class

MapExportFormatInfo for the GeoJSON file format.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.ExportMapExportFormatInfo
          Easymap.AddIn.ExportGeoJSONMapExportFormatInfo

Namespace: Easymap.AddIn.Export
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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
Methods
 NameDescription
Public methodDisposeReleases all resources used by the GeoJSONMapExportFormatInfo
(Overrides BaseObject.Dispose)
Top
See Also