Class DatacubeDimensionSpatial
Datacube spatial dimension
Inheritance
System.Object
DatacubeDimensionSpatial
Implements
Inherited Members
Namespace: Stac.Extensions.Datacube
Assembly: DotNetStac.dll
Syntax
public class DatacubeDimensionSpatial : DatacubeDimension, IStacPropertiesContainer
Constructors
| Improve this Doc View SourceDatacubeDimensionSpatial()
Initializes a new instance of the DatacubeDimensionSpatial class.
Declaration
public DatacubeDimensionSpatial()
Properties
| Improve this Doc View SourceAxis
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. |
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. |