OgcWmtsServerLayer.GetFixScales Method
Provides a list of map scales, for which the server provides tiles for this layer.
GetFixScales(Crs crs)
Provides a list of map scales, for which the server provides tiles for this layer.Syntax
public DoubleCollection GetFixScales (
Crs crs
)
Parameters
Remarks
An OGC WMTS service provides map tiles for a layer only at some fixed scales. The OgcWmtsLayer will automatically scale the received tiles to the view scale if necessary, but that may reduce image quality. To assure the best possible image quality, an application may choose to only use the fix scales returned by this method. Note that the scale values returned represents inverted nominal scales, just like the View.NominalScale property.
The crs property is used to select one of possibly several different tile sets for the layer. You should pass the same Crs as you use in the view.
Platforms
Windows, Linux, Android