Show / Hide Table of Contents

Class DatacubeDimensionAdditional

Datacube additional dimension

Inheritance
System.Object
DatacubeDimension
DatacubeDimensionAdditional
Implements
IStacPropertiesContainer
Inherited Members
DatacubeDimension.Type
DatacubeDimension.Description
DatacubeDimension.Extent
DatacubeDimension.Values
DatacubeDimension.Step
DatacubeDimension.Properties
DatacubeDimension.StacObjectContainer
Namespace: Stac.Extensions.Datacube
Assembly: DotNetStac.dll
Syntax
public class DatacubeDimensionAdditional : DatacubeDimension, IStacPropertiesContainer

Constructors

| Improve this Doc View Source

DatacubeDimensionAdditional()

Initializes a new instance of the DatacubeDimensionAdditional class.

Declaration
public DatacubeDimensionAdditional()

Properties

| Improve this Doc View Source

ReferenceSystem

Gets or sets the spatial reference system for the data, specified as numerical EPSG code, WKT2 (ISO 19162) string or PROJJSON object. Defaults to EPSG code 4326.

Declaration
public object ReferenceSystem { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Unit

Gets or sets the unit of measurement for the data, preferably compliant to UDUNITS-2 units (singular).

Declaration
public string Unit { get; set; }
Property Value
Type Description
System.String

Implements

IStacPropertiesContainer

Extension Methods

StacAccessorsHelpers.ToStringByAttributes(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX