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