TileSetEntry 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.
Summary information about a single tileset within a list of available tilesets.
public class TileSetEntry : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.TileSetEntry>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.TileSetEntry>
type TileSetEntry = class
interface IJsonModel<TileSetEntry>
interface IPersistableModel<TileSetEntry>
Public Class TileSetEntry
Implements IJsonModel(Of TileSetEntry), IPersistableModel(Of TileSetEntry)
- Inheritance
-
TileSetEntry
- Implements
Properties
| Name | Description |
|---|---|
| AccessConstraints |
Access constraints for the tileset. |
| BoundingBox |
Bounding box of the tileset. |
| Crs |
Coordinate reference system identifier. |
| DataType |
Type of data in the tiles (e.g., 'map', 'vector'). |
| Links |
Links related to this tileset. |
| Title |
Human-readable title of the tileset. |