PlanetaryComputerModelFactory.TileSetLink 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.
A link object used in OGC tile resources.
public static Azure.Analytics.PlanetaryComputer.TileSetLink TileSetLink(string href = default, string rel = default, string kind = default, string title = default);
static member TileSetLink : string * string * string * string -> Azure.Analytics.PlanetaryComputer.TileSetLink
Public Shared Function TileSetLink (Optional href As String = Nothing, Optional rel As String = Nothing, Optional kind As String = Nothing, Optional title As String = Nothing) As TileSetLink
Parameters
- href
- String
The URL target of the link.
- rel
- String
The relationship type of the link.
- kind
- String
The media type of the linked resource.
- title
- String
Human-readable title of the link.
Returns
A new TileSetLink instance for mocking.