UrlPatternPyramid
Description
- Derived from
-
HttpPyramid abstract
A IPixelPyramid implementation that can be used to access various web-based tile provider services (e.g. WMTS).
Public / Constructors
UrlPatternPyramid
Creates a new instance of UrlPatternPyramid.
The placeholders of the given URL pattern in are interpreted as specified by the chosen UrlPatternMode (see mode in parameter):
Public / Attributes
Bounds
The bounding box for geo-coordinates (only applies for UrlPatternMode.Contiguous).
Getting a pyramid tilea that is fully outside of the bounding box will return TileDataResult.Void.
Defaults to the bounds of the whole pixel pyramid.
TileMatrixCount
Returns the number of tile matrices.
If the zero-th tile matrix has a size of 1x1
, the tile matrix level count is equal to the pyramid level count (see IPyramidBase.Levels).