PlanetaryComputerModelFactory.TileSetList 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.
Response containing a list of available tilesets.
public static Azure.Analytics.PlanetaryComputer.TileSetList TileSetList(System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.TileSetEntry> tilesets = default);
static member TileSetList : seq<Azure.Analytics.PlanetaryComputer.TileSetEntry> -> Azure.Analytics.PlanetaryComputer.TileSetList
Public Shared Function TileSetList (Optional tilesets As IEnumerable(Of TileSetEntry) = Nothing) As TileSetList
Parameters
- tilesets
- IEnumerable<TileSetEntry>
Array of available tilesets.
Returns
A new TileSetList instance for mocking.