StacItem interface
Represents a STAC Item, which is a GeoJSON Feature with additional metadata.
- Extends
Properties
| assets | Assets |
| bounding |
Bounding box coordinates for the feature |
| collection | ID of the STAC collection this item belongs to. |
| e |
MSFT ETag |
| geometry | Geometry object defining the feature's shape |
| id | Unique identifier for the feature |
| properties | Attributes associated with the feature |
| timestamp | MSFT Timestamp |
| type | GeoJSON type identifier for Feature |
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
assets
boundingBox
Bounding box coordinates for the feature
boundingBox: number[]
Property Value
number[]
collection
ID of the STAC collection this item belongs to.
collection?: string
Property Value
string
eTag
MSFT ETag
eTag?: string
Property Value
string
geometry
id
Unique identifier for the feature
id: string
Property Value
string
properties
Attributes associated with the feature
properties: StacItemProperties
Property Value
timestamp
MSFT Timestamp
timestamp?: Date
Property Value
Date
type
GeoJSON type identifier for Feature
type: "Feature"
Property Value
"Feature"
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