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.
cmn::3DSceneLayer, psl::3DSceneLayer, bld::layer
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:
|
{
"heightModel": "gravity_related_height",
"vertCRS": "NAVD88_height_(ftUS)",
"heightUnit": "us-foot"
}