PlanetaryComputerModelFactory.TileMatrixSetBoundingBox 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.
Geographic extent of the tile matrix set expressed in the specified coordinate reference system.
public static Azure.Analytics.PlanetaryComputer.TileMatrixSetBoundingBox TileMatrixSetBoundingBox(System.Collections.Generic.IEnumerable<string> lowerLeft = default, System.Collections.Generic.IEnumerable<string> upperRight = default, string crs = default, System.Collections.Generic.IEnumerable<string> orderedAxes = default);
static member TileMatrixSetBoundingBox : seq<string> * seq<string> * string * seq<string> -> Azure.Analytics.PlanetaryComputer.TileMatrixSetBoundingBox
Public Shared Function TileMatrixSetBoundingBox (Optional lowerLeft As IEnumerable(Of String) = Nothing, Optional upperRight As IEnumerable(Of String) = Nothing, Optional crs As String = Nothing, Optional orderedAxes As IEnumerable(Of String) = Nothing) As TileMatrixSetBoundingBox
Parameters
- lowerLeft
- IEnumerable<String>
Lower-left corner coordinates [x, y] of bounding box.
- upperRight
- IEnumerable<String>
Upper-right corner coordinates [x, y] of bounding box.
- crs
- String
Coordinate reference system identifier.
- orderedAxes
- IEnumerable<String>
Explicit axis order for the CRS coordinates (e.g., ['x', 'y']).
Returns
A new TileMatrixSetBoundingBox instance for mocking.