GetSearchBboxAssetsOptions(String, Single, Single, Single, Single) 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 GetSearchBboxAssetsOptions.
public GetSearchBboxAssetsOptions(string searchId, float minX, float minY, float maxX, float maxY);
new Azure.Analytics.PlanetaryComputer.GetSearchBboxAssetsOptions : string * single * single * single * single -> Azure.Analytics.PlanetaryComputer.GetSearchBboxAssetsOptions
Public Sub New (searchId As String, minX As Single, minY As Single, maxX As Single, maxY As Single)
Parameters
- searchId
- String
Search Id (pgSTAC Search Hash).
- 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
searchId is null.