StacItemCollection interface
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.
- Extends
Properties
| bounding |
Bounding box of all items in format [west, south, east, north]. |
| context | Context information for the search response. |
| features | Array of STAC Items in the collection. |
| type | GeoJSON FeatureCollection type. |
Inherited Properties
| created |
MSFT Created |
| links | Links to related resources and endpoints. |
| short |
MSFT Short Description |
| stac |
URLs to STAC extensions implemented by this STAC resource. |
| stac |
Stac Version |
| updated |
MSFT Updated |
Property Details
boundingBox
Bounding box of all items in format [west, south, east, north].
boundingBox?: number[]
Property Value
number[]
context
Context information for the search response.
context?: StacContextExtension
Property Value
features
type
GeoJSON FeatureCollection type.
type: "FeatureCollection"
Property Value
"FeatureCollection"
Inherited Property Details
createdOn
MSFT Created
createdOn?: Date
Property Value
Date
Inherited From StacItemOrStacItemCollection.createdOn
links
Links to related resources and endpoints.
links?: StacLink[]
Property Value
StacLink[]
Inherited From StacItemOrStacItemCollection.links
shortDescription
MSFT Short Description
shortDescription?: string
Property Value
string
Inherited From StacItemOrStacItemCollection.shortDescription
stacExtensions
URLs to STAC extensions implemented by this STAC resource.
stacExtensions?: string[]
Property Value
string[]
Inherited From StacItemOrStacItemCollection.stacExtensions
stacVersion
Stac Version
stacVersion?: string
Property Value
string
Inherited From StacItemOrStacItemCollection.stacVersion
updatedOn
MSFT Updated
updatedOn?: Date
Property Value
Date
Inherited From StacItemOrStacItemCollection.updatedOn