GetCollectionPointAssetsOptions(String, 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 GetCollectionPointAssetsOptions.
public GetCollectionPointAssetsOptions(string collectionId, float longitude, float latitude);
new Azure.Analytics.PlanetaryComputer.GetCollectionPointAssetsOptions : string * single * single -> Azure.Analytics.PlanetaryComputer.GetCollectionPointAssetsOptions
Public Sub New (collectionId As String, longitude As Single, latitude As Single)
Parameters
- collectionId
- String
STAC Collection Identifier.
- longitude
- Single
Longitude.
- latitude
- Single
Latitude.
Exceptions
collectionId is null.