CropSearchFeatureWidthByHeightOptions(String, Int32, Int32, String) Constructor

Definition

Initializes a new instance of CropSearchFeatureWidthByHeightOptions.

public CropSearchFeatureWidthByHeightOptions(string searchId, int width, int height, string format);
new Azure.Analytics.PlanetaryComputer.CropSearchFeatureWidthByHeightOptions : string * int * int * string -> Azure.Analytics.PlanetaryComputer.CropSearchFeatureWidthByHeightOptions
Public Sub New (searchId As String, width As Integer, height As Integer, format As String)

Parameters

searchId
String

Search Id (pgSTAC Search Hash).

width
Int32

Width in pixels for the output image.

height
Int32

Height in pixels for the output image.

format
String

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

Exceptions

searchId or format is null.

Applies to