CropSearchFeatureByFormatOptions(String, String) Constructor

Definition

Initializes a new instance of CropSearchFeatureByFormatOptions.

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

Parameters

searchId
String

Search Id (pgSTAC Search Hash).

format
String

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

Exceptions

searchId or format is null.

Applies to