Class

ShumateRasterRenderer

Description

final class Shumate.RasterRenderer : Shumate.MapSource
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this ShumateRasterRenderer ancestor_0 ShumateMapSource ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Constructors

shumate_raster_renderer_new

Creates a new ShumateRasterRenderer that uses the given data source.

shumate_raster_renderer_new_from_url

Creates a new ShumateRasterRenderer that fetches tiles from the given URL using a ShumateTileDownloader data source.

shumate_raster_renderer_new_full

Creates a new ShumateRasterRenderer with the given details and a data source.

shumate_raster_renderer_new_full_from_url

Creates a new ShumateRasterRenderer with the given details and a data source.

Instance methods

Methods inherited from ShumateMapSource (26)

Please see ShumateMapSource for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Shumate.RasterRenderer:data-source

The data source that provides image tiles to display. In most cases, a ShumateTileDownloader is sufficient.

Properties inherited from ShumateMapSource (8)
Shumate.MapSource:id

The id of the map source.

Shumate.MapSource:license

The usage license of the map source.

Shumate.MapSource:license-uri

The usage license’s uri for more information.

Shumate.MapSource:max-zoom-level

The maximum zoom level.

Shumate.MapSource:min-zoom-level

The minimum zoom level.

Shumate.MapSource:name

The name of the map source.

Shumate.MapSource:projection

The map projection of the map source.

Shumate.MapSource:tile-size

The tile size of the map source.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ShumateRasterRendererClass {
  ShumateMapSourceClass parent_class;
  
}

No description available.

Class members
parent_class: ShumateMapSourceClass

No description available.