StacItemCollection Class
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.
https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/itemcollection-spec.md Represents a collection of STAC Items as a GeoJSON FeatureCollection.
public class StacItemCollection : Azure.Analytics.PlanetaryComputer.StacItemOrStacItemCollection, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacItemCollection>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacItemCollection>
type StacItemCollection = class
inherit StacItemOrStacItemCollection
interface IJsonModel<StacItemCollection>
interface IPersistableModel<StacItemCollection>
Public Class StacItemCollection
Inherits StacItemOrStacItemCollection
Implements IJsonModel(Of StacItemCollection), IPersistableModel(Of StacItemCollection)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| StacItemCollection(IEnumerable<StacItem>) |
Initializes a new instance of StacItemCollection. |
Properties
| Name | Description |
|---|---|
| BoundingBox |
Bounding box of all items in format [west, south, east, north]. |
| Context |
Context information for the search response. |
| CreatedOn |
MSFT Created. (Inherited from StacItemOrStacItemCollection) |
| Features |
Array of STAC Items in the collection. |
| Links |
Links to related resources and endpoints. (Inherited from StacItemOrStacItemCollection) |
| ShortDescription |
MSFT Short Description. (Inherited from StacItemOrStacItemCollection) |
| StacExtensions |
URLs to STAC extensions implemented by this STAC resource. (Inherited from StacItemOrStacItemCollection) |
| StacVersion |
Stac Version. (Inherited from StacItemOrStacItemCollection) |
| UpdatedOn |
MSFT Updated. (Inherited from StacItemOrStacItemCollection) |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to StacItemCollection) | |