CatalogMetadata.VerticalCrs Property
Gets the vertical coordinate reference system used by the map.
Syntax
public Crs VerticalCrs { get; }
Property Value
The vertical coordinate reference system used by the map or a null reference if the metadata file does not specify a vertical crs.
Remarks
This property is a Carmenta Engine addition; it is not part of the ISO 19139 standard.
Only EPSG codes are recognized when the vertical crs is read from the metadata. If Carmenta Engine is unable to create a Crs instance from the EPSG code, this property will be null. However, the EPSG code can still be retrieved with the VerticalCrsId property.
Platforms
Windows, Linux, Android