VikWmscMapSource

VikWmscMapSource — the class for WMS/WMS-C oriented map sources

Functions

Properties

gboolean check-file-server-time Read / Write / Construct Only
glong follow-location Read / Write / Construct Only
gchar * hostname Read / Write / Construct Only
gdouble lat-max Read / Write / Construct Only
gdouble lat-min Read / Write / Construct Only
gdouble lon-max Read / Write / Construct Only
gdouble lon-min Read / Write / Construct Only
gchar * referer Read / Write / Construct Only
gchar * url Read / Write / Construct Only
guint zoom-max Read / Write / Construct Only
guint zoom-min Read / Write / Construct Only

Object Hierarchy

    GObject
    ╰── VikMapSource
        ╰── VikMapSourceDefault
            ╰── VikWmscMapSource

Description

The VikWmscMapSource class handles WMS/WMS-C oriented map sources.

http://wiki.osgeo.org/wiki/WMS_Tile_Caching

Functions

vik_wmsc_map_source_new_with_id ()

VikWmscMapSource *
vik_wmsc_map_source_new_with_id (guint16 id,
                                 const gchar *label,
                                 const gchar *hostname,
                                 const gchar *url);

Types and Values

Property Details

The “check-file-server-time” property

  “check-file-server-time”   gboolean

Age of current cache before redownloading tile.

Flags: Read / Write / Construct Only

Default value: FALSE


The “follow-location” property

  “follow-location”          glong

Specifies the number of retries to follow a redirect while downloading a page.

Flags: Read / Write / Construct Only

Allowed values: >= 0

Default value: 0


The “hostname” property

  “hostname”                 gchar *

The hostname of the map server.

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “lat-max” property

  “lat-max”                  gdouble

Maximum latitude in degrees supported by the map provider.

Flags: Read / Write / Construct Only

Allowed values: [-90,90]

Default value: 90


The “lat-min” property

  “lat-min”                  gdouble

Minimum latitude in degrees supported by the map provider.

Flags: Read / Write / Construct Only

Allowed values: [-90,90]

Default value: -90


The “lon-max” property

  “lon-max”                  gdouble

Maximum longitude in degrees supported by the map provider.

Flags: Read / Write / Construct Only

Allowed values: [-180,180]

Default value: 180


The “lon-min” property

  “lon-min”                  gdouble

Minimum longitude in degrees supported by the map provider.

Flags: Read / Write / Construct Only

Allowed values: [-180,180]

Default value: -180


The “referer” property

  “referer”                  gchar *

The REFERER string to use in HTTP request.

Flags: Read / Write / Construct Only

Default value: NULL


The “url” property

  “url”                      gchar *

The template of the tiles' URL.

Flags: Read / Write / Construct Only

Default value: "<no-set>"


The “zoom-max” property

  “zoom-max”                 guint

Maximum Zoom level supported by the map provider.

Flags: Read / Write / Construct Only

Allowed values: <= 22

Default value: 18


The “zoom-min” property

  “zoom-min”                 guint

Minimum Zoom level supported by the map provider.

Flags: Read / Write / Construct Only

Allowed values: <= 22

Default value: 0