StacItem 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 StacItem.
public StacItem(Azure.Analytics.PlanetaryComputer.GeoJsonGeometry geometry, string id, System.Collections.Generic.IEnumerable<float> boundingBox, Azure.Analytics.PlanetaryComputer.StacItemProperties properties, System.Collections.Generic.IDictionary<string,Azure.Analytics.PlanetaryComputer.StacAsset> assets);
new Azure.Analytics.PlanetaryComputer.StacItem : Azure.Analytics.PlanetaryComputer.GeoJsonGeometry * string * seq<single> * Azure.Analytics.PlanetaryComputer.StacItemProperties * System.Collections.Generic.IDictionary<string, Azure.Analytics.PlanetaryComputer.StacAsset> -> Azure.Analytics.PlanetaryComputer.StacItem
Public Sub New (geometry As GeoJsonGeometry, id As String, boundingBox As IEnumerable(Of Single), properties As StacItemProperties, assets As IDictionary(Of String, StacAsset))
Parameters
- geometry
- GeoJsonGeometry
Geometry object defining the feature's shape.
- id
- String
Unique identifier for the feature.
- boundingBox
- IEnumerable<Single>
Bounding box coordinates for the feature.
- properties
- StacItemProperties
Attributes associated with the feature.
- assets
- IDictionary<String,StacAsset>
Assets.
Exceptions
geometry, id, boundingBox, properties or assets is null.