TileMatrixSetBoundingBox Class
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 class TileMatrixSetBoundingBox : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.TileMatrixSetBoundingBox>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.TileMatrixSetBoundingBox>
type TileMatrixSetBoundingBox = class
interface IJsonModel<TileMatrixSetBoundingBox>
interface IPersistableModel<TileMatrixSetBoundingBox>
Public Class TileMatrixSetBoundingBox
Implements IJsonModel(Of TileMatrixSetBoundingBox), IPersistableModel(Of TileMatrixSetBoundingBox)
- Inheritance
-
TileMatrixSetBoundingBox
- Implements
Properties
| Name | Description |
|---|---|
| Crs |
Coordinate reference system identifier. |
| LowerLeft |
Lower-left corner coordinates [x, y] of bounding box. |
| OrderedAxes |
Explicit axis order for the CRS coordinates (e.g., ['x', 'y']). |
| UpperRight |
Upper-right corner coordinates [x, y] of bounding box. |