OrdinaryLayer.GroundRelative Property
Gets or sets a value that determines how height values are interpreted.
Syntax
public System.Boolean GroundRelative { get; set; }
Property Value
Default: Differs depending on type. See the table below.
True if z-coordinates are interpreted as height above ground; False to interpret them as height above sea level.
Default values
Class | Default value |
---|---|
OrdinaryLayer | false |
ScreenLayer | Not used. |
Remarks
This property is used in 3D configurations only. It indicates that the z-coordinates in each feature is considered height above ground, instead of height above sea level.
ElevationOperator is a more advanced way of solving the same problem with operators where you have more control over all data and can use the result in other operators.
Platforms
Windows, Linux, Android