CropCollectionFeatureByFormatOptions(String, String) Constructor

Definition

Initializes a new instance of CropCollectionFeatureByFormatOptions.

public CropCollectionFeatureByFormatOptions(string collectionId, string format);
new Azure.Analytics.PlanetaryComputer.CropCollectionFeatureByFormatOptions : string * string -> Azure.Analytics.PlanetaryComputer.CropCollectionFeatureByFormatOptions
Public Sub New (collectionId As String, format As String)

Parameters

collectionId
String

STAC Collection Identifier.

format
String

Output format for the tile or image (e.g., png, jpeg, webp).

Exceptions

collectionId or format is null.

Applies to