TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Pyramid.Url

Short Name:
  • class Url
Derived From:
Fields:

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

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required url string
# != null
 

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

required levels number
# > null
 

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

optional tile number  
256

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

optional georef Tinman.Georef  
null

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

optional mode Url.Mode  
Tiled1x1

The URL pattern mode to use.

optional flags Pyramid.Flags[]  
[]

The pyramid flags.

external info Pyramid.Info    

Holds detail information about this pixel pyramid.