Show / Hide Table of Contents

Property HasVertical

HasVertical

Gets a value indicating whether spatial reference has a vertical coordinate system set.

Declaration
public bool HasVertical { get; }
Property Value
Type Description
Boolean

true if spatial reference has a vertical coordinate system set; false otherwise.

Remarks

A spatial reference can optionally include a definition for a vertical coordinate system (VCS), which can be used to interpret the z-values of a geometry. A VCS defines linear units of measure, the origin of z-values, and whether z-values are "positive up" (representing heights above a surface) or "positive down" (indicating that values are depths below a surface).

A SpatialReference may have a VCS set, for example by calling the Create(Int32, Int32) method. VerticalWkid, WkText, and VerticalUnit provide more information about the specific VCS set on this instance.

Vertical coordinate systems (VCS) are used when projecting geometries using a HorizontalVerticalTransformation.

See Also
VerticalWkid
VerticalUnit

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.10 - 200.1
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Android100.10 - 100.15
iOS100.10 - 100.15
UWP100.10 - 200.1
In This Article
Back to top Copyright © 2022 Esri.