heightModelInfo
May 26, 2021 ยท View on GitHub
The I3S standard accommodates declaration of a vertical coordinate system that may either be ellipsoidal or gravity-related. This allows for a diverse range of fields and applications where the definition of elevation/height is important.
Related:
cmn::3DSceneLayer, psl::3DSceneLayer, psl::3DSceneLayer, bld::layer
Properties
| Property | Type | Description |
|---|---|---|
| heightModel | string | Represents the height model type. Possible values are:
|
| vertCRS | string | Represents the vertical coordinate system. |
| heightUnit | string | Represents the unit of the height. Possible values are:
|
Examples
Example: heightModelInfo
{
"heightModel": "gravity_related_height",
"vertCRS": "NAVD88_height_(ftUS)",
"heightUnit": "us-foot"
}