PlanetaryComputerModelFactory.TileSetEntry 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.
Summary information about a single tileset within a list of available tilesets.
public static Azure.Analytics.PlanetaryComputer.TileSetEntry TileSetEntry(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);
static member TileSetEntry : string * string * string * seq<Azure.Analytics.PlanetaryComputer.TileSetLink> * Azure.Analytics.PlanetaryComputer.TileSetBoundingBox * string -> Azure.Analytics.PlanetaryComputer.TileSetEntry
Public Shared Function TileSetEntry (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) As TileSetEntry
Parameters
- title
- String
Human-readable title of the tileset.
- dataType
- String
Type of data in the tiles (e.g., 'map', 'vector').
- 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.
Returns
A new TileSetEntry instance for mocking.