PlanetaryComputerModelFactory.TileMatrixSetBoundingBox Method

Definition

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.

Applies to