TileSetBoundingBox 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.
Bounding box for a tile set.
public class TileSetBoundingBox : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.TileSetBoundingBox>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.TileSetBoundingBox>
type TileSetBoundingBox = class
interface IJsonModel<TileSetBoundingBox>
interface IPersistableModel<TileSetBoundingBox>
Public Class TileSetBoundingBox
Implements IJsonModel(Of TileSetBoundingBox), IPersistableModel(Of TileSetBoundingBox)
- Inheritance
-
TileSetBoundingBox
- Implements
Properties
| Name | Description |
|---|---|
| Crs |
Coordinate reference system identifier. |
| LowerLeft |
Lower-left corner coordinates [x, y]. |
| UpperRight |
Upper-right corner coordinates [x, y]. |