Enumeration of URL pattern modes.
enum
|
UrlPatternMode
|
See also:
UrlPatternPyramid
Tiled1x1
|
= 0
|
The
URL
pattern
is
used
to
access
a
WMTS-style
resource
that
has
a
root
tile
matrix
of
size
Remarks: The placeholders of the URL pattern are assigned as follows: {0} := Tile matrix index, in the range [0..TileMatrixCount[ (e.g. 'TileMatrix' URL template parameter of WMTS) {1} := X-coordinate of tile in matrix, in the range [0..2^level[ (e.g. 'TileCol' URL template parameter of WMTS) {2} := Y-coordinate of tile in matrix, in the range [0..2^level[ (e.g. 'TileRow' URL template parameter of WMTS)By default, the zero-based tile matrix index is used to format the 'TileMatrix'
parameter
value.
Custom
time
matrix
IDs
can
be
specified
via
TileMatrixId.
|
---|---|---|
TiledNon1x1
|
= 1
|
The
URL
pattern
is
used
to
access
a
WMTS-style
resource
that
has
a
root
tile
matrix
of
size
Remarks: The placeholders of the URL pattern are assigned as follows: {0} := Tile matrix index, in the range [0..TileMatrixCount[ (e.g. 'TileMatrix' URL template parameter of WMTS) {1} := X-coordinate of tile in matrix, in the range [0..2^level[ (e.g. 'TileCol' URL template parameter of WMTS) {2} := Y-coordinate of tile in matrix, in the range [0..2^level[ (e.g. 'TileRow' URL template parameter of WMTS)By default, the zero-based tile matrix index is used to format the 'TileMatrix'
parameter
value.
Custom
time
matrix
IDs
can
be
specified
via
TileMatrixId.
The
root
pyramid
tile
will
be
computed
by
scaling
down
the
(probably
sparse) |
Contiguous
|
= 2
|
The URL pattern is used to access a WMS-style resource. Remarks: The placeholders of the URL pattern are assigned as follows: {0} := Tile size, in pixels. (e.g. 'WIDTH' and 'HEIGHT' URL template parameters of WMS) {1} := Geo-X-coordinate of top-left corner of top-left pixel of tile. (e.g. 'BBOX' URL template parameter of WMS) {2} := Geo-Y-coordinate of top-left corner of top-left pixel of tile (e.g. 'BBOX' URL template parameter of WMS) {3} := Geo-X-coordinate of bottom-right corner of bottom-right pixel of tile. (e.g. 'BBOX' URL template parameter of WMS) {4} := Geo-Y-coordinate of bottom-right corner of bottom-right pixel of tile. (e.g. 'BBOX' URL template parameter of WMS)The geo-coordinates are defined as follows:
|