CropCollectionFeatureWidthByHeightOptions Constructor

Definition

Initializes a new instance of CropCollectionFeatureWidthByHeightOptions.

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

Parameters

collectionId
String

STAC Collection Identifier.

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

collectionId or format is null.

Applies to