GetCollectionBboxCropWithDimensionsOptions Constructor

Definition

Initializes a new instance of GetCollectionBboxCropWithDimensionsOptions.

public GetCollectionBboxCropWithDimensionsOptions(string collectionId, float minX, float minY, float maxX, float maxY, int width, int height, string format);
new Azure.Analytics.PlanetaryComputer.GetCollectionBboxCropWithDimensionsOptions : string * single * single * single * single * int * int * string -> Azure.Analytics.PlanetaryComputer.GetCollectionBboxCropWithDimensionsOptions
Public Sub New (collectionId As String, minX As Single, minY As Single, maxX As Single, maxY As Single, width As Integer, height As Integer, format As String)

Parameters

collectionId
String

STAC Collection Identifier.

minX
Single

Bounding box min X.

minY
Single

Bounding box min Y.

maxX
Single

Bounding box max X.

maxY
Single

Bounding box max Y.

width
Int32

Force output image width.

height
Int32

Force output image height.

format
String

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

Exceptions

collectionId or format is null.

Applies to