Serial port and GPS

OsmDldCfg Members

OsmDldCfg overview

Public Static (Shared) Fields

DEF_BASENAMEDefault base name for exported files.
DEF_COORDINATEDefault coordinate value.
DEF_FORMATDefault format.
DEF_MAPNIK_FORMATDefault mapnik export format.
DEF_OSMARENDER_FORMATDefault osmarender export format.
DEF_OSMARENDER_ZOOMDefault osmarender zoom value.
DEF_SCALEDefault mapnik scale
DEF_STEPDefault coordinate step value.

Public Instance Constructors

OsmDldCfg Constructor Initializes an empty osm download configuration.

Public Instance Properties

basenameThe basename for downloaded files.
formatExporter used.
mapnik_formatFormat of the mapnik export.
maxlatMaximum latitude of the area to download.
maxlonMaximum longitude of the area to download.
minlatMinimum latitude of the area to download.
minlonMinimum longitude of the area to download.
osmarender_formatFormat of the osmarender export.
osmarender_zoomThe osmarender zoom.
scaleThe Mapnik scale.
steplatStep for the latitude.
steplonStep for the longitude.
strmaxlatMaximum latitude of the area to download.
strmaxlonMaximum longitude of the area to download.
strminlatMinimum latitude of the area to download.
strminlonMinimum longitude of the area to download.
strsteplatStep for the latitude.
strsteplonStep for the longitude.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
readCfgReads configuration for the given stream.
ToStringPrepares the string representation of the object
writeCfgWrites configuration to the given stream.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Internal Instance Methods

obj_address (inherited from Object) 

Private Instance Fields

m_basenameThe basename for downloaded files.
m_formatFormat.
m_mapnik_formatMapnik export format.
m_maxlatMaximum latitude of the area to download.
m_maxlonMaximum longitude of the area to download.
m_minlatMinimum latitude of the area to download.
m_minlonMinimum longitude of the area to download.
m_osmarender_formatOsmarender export format.
m_osmarender_zoomOsmarender zoom.
m_scaleThe Mapnik scale.
m_steplatStep for the latitude.
m_steplonStep for the longitude.

See Also

OsmDldCfg Class | serial Namespace