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 |
|
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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.10 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.10 - 100.12 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 100.15 |