StacItem 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.
Represents a STAC Item, which is a GeoJSON Feature with additional metadata.
public class StacItem : Azure.Analytics.PlanetaryComputer.StacItemOrStacItemCollection, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacItem>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacItem>
type StacItem = class
inherit StacItemOrStacItemCollection
interface IJsonModel<StacItem>
interface IPersistableModel<StacItem>
Public Class StacItem
Inherits StacItemOrStacItemCollection
Implements IJsonModel(Of StacItem), IPersistableModel(Of StacItem)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| StacItem(GeoJsonGeometry, String, IEnumerable<Single>, StacItemProperties, IDictionary<String,StacAsset>) |
Initializes a new instance of StacItem. |
Properties
| Name | Description |
|---|---|
| Assets |
Assets. |
| BoundingBox |
Bounding box coordinates for the feature. |
| Collection |
ID of the STAC collection this item belongs to. |
| CreatedOn |
MSFT Created. (Inherited from StacItemOrStacItemCollection) |
| ETag |
MSFT ETag. |
| Geometry |
Geometry object defining the feature's shape. |
| Id |
Unique identifier for the feature. |
| Links |
Links to related resources and endpoints. (Inherited from StacItemOrStacItemCollection) |
| Properties |
Attributes associated with the feature. |
| RecordedOn |
MSFT Timestamp. |
| 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 StacItem) | |
| Implicit(StacItem to RequestContent) | |