GetItemPreviewWithFormatOptions(String, String, String) Constructor
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.
Initializes a new instance of GetItemPreviewWithFormatOptions.
public GetItemPreviewWithFormatOptions(string collectionId, string itemId, string format);
new Azure.Analytics.PlanetaryComputer.GetItemPreviewWithFormatOptions : string * string * string -> Azure.Analytics.PlanetaryComputer.GetItemPreviewWithFormatOptions
Public Sub New (collectionId As String, itemId As String, format As String)
Parameters
- collectionId
- String
STAC Collection Identifier.
- itemId
- String
STAC Item Identifier.
- format
- String
Output format for the tile or image (e.g., png, jpeg, webp).
Exceptions
collectionId, itemId or format is null.