Show / Hide Table of Contents

Class DatacubeDimensionSpatial

Datacube spatial dimension

Inheritance
System.Object
DatacubeDimension
DatacubeDimensionSpatial
DatacubeDimensionSpatialHorizontal
DatacubeDimensionSpatialVertical
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 DatacubeDimensionSpatial : DatacubeDimension, IStacPropertiesContainer

Constructors

| Improve this Doc View Source

DatacubeDimensionSpatial()

Initializes a new instance of the DatacubeDimensionSpatial class.

Declaration
public DatacubeDimensionSpatial()

Properties

| Improve this Doc View Source

Axis

Gets or sets axis of the spatial dimension.

Declaration
public DatacubeAxis? Axis { get; set; }
Property Value
Type Description
System.Nullable<DatacubeAxis>

Axis of the spatial dimension.

| 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

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

Implements

IStacPropertiesContainer

Extension Methods

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