GetItemBboxCropOptions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of GetItemBboxCropOptions.
public GetItemBboxCropOptions(string collectionId, string itemId, float minX, float minY, float maxX, float maxY, string format);
new Azure.Analytics.PlanetaryComputer.GetItemBboxCropOptions : string * string * single * single * single * single * string -> Azure.Analytics.PlanetaryComputer.GetItemBboxCropOptions
Public Sub New (collectionId As String, itemId As String, minX As Single, minY As Single, maxX As Single, maxY As Single, format As String)
Parameters
- collectionId
- String
STAC Collection Identifier.
- itemId
- String
STAC Item 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.
- format
- String
Output format for the tile or image (e.g., png, jpeg, webp).
Exceptions
collectionId, itemId or format is null.