Url

Description

Name

class Tinman.Pyramid.Url

Derived from

Pyramid

A pixel pyramid that can be used to access various web-based tile provider services (e.g. WMTS).

Fields / Required

url

Type

string

Constraint

# != null

The URL pattern to use (see Url.Mode).


levels

Type

number

Constraint

# > null

The number of pyramid levels, which might not be the same as the number of tile matrices; see Url.Mode.TiledNon1x1 for details).

Fields / Optional

tile

Type

number

Default

256

The tile size, in pixels. Will be round up to the next power of two.


georef

Type

Tinman.Georef

Default

null

The georeference of the pyramid. If null, Mercator will be used.


mode

Type

Url.Mode

Default

Url.Mode.Tiled1x1

The URL pattern mode to use.


flags

Type

Pyramid.Flags[]

Default

[]

The pyramid flags.

Fields / External

info

Holds detail information about this pixel pyramid.