PlanetaryComputerModelFactory.TileSetBoundingBox 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.
Bounding box for a tile set.
public static Azure.Analytics.PlanetaryComputer.TileSetBoundingBox TileSetBoundingBox(System.Collections.Generic.IEnumerable<double> lowerLeft = default, System.Collections.Generic.IEnumerable<double> upperRight = default, string crs = default);
static member TileSetBoundingBox : seq<double> * seq<double> * string -> Azure.Analytics.PlanetaryComputer.TileSetBoundingBox
Public Shared Function TileSetBoundingBox (Optional lowerLeft As IEnumerable(Of Double) = Nothing, Optional upperRight As IEnumerable(Of Double) = Nothing, Optional crs As String = Nothing) As TileSetBoundingBox
Parameters
- lowerLeft
- IEnumerable<Double>
Lower-left corner coordinates [x, y].
- upperRight
- IEnumerable<Double>
Upper-right corner coordinates [x, y].
- crs
- String
Coordinate reference system identifier.
Returns
A new TileSetBoundingBox instance for mocking.