GetCollectionAssetsForBboxOptions 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 GetCollectionAssetsForBboxOptions.
public GetCollectionAssetsForBboxOptions(string collectionId, float minX, float minY, float maxX, float maxY);
new Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions : string * single * single * single * single -> Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions
Public Sub New (collectionId As String, minX As Single, minY As Single, maxX As Single, maxY As Single)
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.
Exceptions
collectionId is null.