PlanetaryComputerModelFactory.TileMatrixSetLimitsEntry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Limits for a specific tile matrix within a tileset, defining the valid row/column range.
public static Azure.Analytics.PlanetaryComputer.TileMatrixSetLimitsEntry TileMatrixSetLimitsEntry(string tileMatrix = default, int minTileRow = 0, int maxTileRow = 0, int minTileCol = 0, int maxTileCol = 0);
static member TileMatrixSetLimitsEntry : string * int * int * int * int -> Azure.Analytics.PlanetaryComputer.TileMatrixSetLimitsEntry
Public Shared Function TileMatrixSetLimitsEntry (Optional tileMatrix As String = Nothing, Optional minTileRow As Integer = 0, Optional maxTileRow As Integer = 0, Optional minTileCol As Integer = 0, Optional maxTileCol As Integer = 0) As TileMatrixSetLimitsEntry
Parameters
- tileMatrix
- String
Identifier of the tile matrix level.
- minTileRow
- Int32
Minimum tile row index at this zoom level.
- maxTileRow
- Int32
Maximum tile row index at this zoom level.
- minTileCol
- Int32
Minimum tile column index at this zoom level.
- maxTileCol
- Int32
Maximum tile column index at this zoom level.
Returns
A new TileMatrixSetLimitsEntry instance for mocking.