Click or drag to resize

WmtsMapServiceExtensions Methods

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