Click or drag to resize

TileMatrixSet Class

Basically defines a tile matrix set as a CRS-bound list of tile matrices. Provides additional methods for selecting a tile matrix based on a map request (see SelectTileMatrixDelegate).
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListTileMatrix
    Ptv.XServer.Controls.Map.Layers.WmtsLayerTileMatrixSet

Namespace:  Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class TileMatrixSet : List<TileMatrix>

The TileMatrixSet type exposes the following members.

Constructors
  NameDescription
Public methodTileMatrixSet
Creates and initializes an instance of TileMatrixSet.
Top
Properties
  NameDescription
Public propertyCRS
The CRS of this tile matrix set.
Top
Methods
  NameDescription
Public methodApproximateBoundingBox(String, Int32, Double)
Determines the bounding box covering the tile matrix set.
Public methodApproximateBoundingBox(String, String, Int32, Double)
Utility extension that determines the bounding box for a tile matrix set based on MapServiceExtensions.ApproximateBoundingBox.
Public methodSelectTileMatrix
Provides an implementation of the SelectTileMatrixDelegate, selecting the best matching tile matrix for the requested map section.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also