Click or drag to resize

WmtsMapServiceExtensions Class

Provides extension methods for WmtsMapService.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Layers.WmtsLayerWmtsMapServiceExtensions

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 static class WmtsMapServiceExtensions

The WmtsMapServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApproximateBoundingBox
Utility extension that determines the bounding box for a tile matrix set based on MapServiceExtensions.ApproximateBoundingBox.
Public methodStatic memberMaxX
Determines the maximum value for the x-coordinate of a tile.
Public methodStatic memberMaxY
Determines the maximum value for the y-coordinate of a tile.
Public methodStatic memberMinX
Determines the minimum value for the x-coordinate of a tile.
Public methodStatic memberMinY
Determines the minimum value for the y-coordinate of a tile.
Public methodStatic memberReset
Sets the position of a stream to the beginning and returns the stream.
Public methodStatic memberStream
Streams the logical extents of a bounding box. This can be used check all values with a single Linq expression.
Top
See Also