PlanetaryComputerModelFactory.TileSetMetadata 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.
Detailed metadata about a specific tileset, including tile matrix set limits.
public static Azure.Analytics.PlanetaryComputer.TileSetMetadata TileSetMetadata(string title = default, string dataType = default, string crs = default, System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.TileSetLink> links = default, Azure.Analytics.PlanetaryComputer.TileSetBoundingBox boundingBox = default, string accessConstraints = default, System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.TileMatrixSetLimitsEntry> tileMatrixSetLimits = default);
static member TileSetMetadata : string * string * string * seq<Azure.Analytics.PlanetaryComputer.TileSetLink> * Azure.Analytics.PlanetaryComputer.TileSetBoundingBox * string * seq<Azure.Analytics.PlanetaryComputer.TileMatrixSetLimitsEntry> -> Azure.Analytics.PlanetaryComputer.TileSetMetadata
Public Shared Function TileSetMetadata (Optional title As String = Nothing, Optional dataType As String = Nothing, Optional crs As String = Nothing, Optional links As IEnumerable(Of TileSetLink) = Nothing, Optional boundingBox As TileSetBoundingBox = Nothing, Optional accessConstraints As String = Nothing, Optional tileMatrixSetLimits As IEnumerable(Of TileMatrixSetLimitsEntry) = Nothing) As TileSetMetadata
Parameters
- title
- String
Human-readable title of the tileset.
- dataType
- String
Type of data in the tiles.
- crs
- String
Coordinate reference system identifier.
- links
- IEnumerable<TileSetLink>
Links related to this tileset.
- boundingBox
- TileSetBoundingBox
Bounding box of the tileset.
- accessConstraints
- String
Access constraints for the tileset.
- tileMatrixSetLimits
- IEnumerable<TileMatrixSetLimitsEntry>
Limits for each tile matrix level in the tileset.
Returns
A new TileSetMetadata instance for mocking.