LineOfSight Observer

Defines the observer of a line of sight analysis in a LineOfSight layer.

Referenced by: LineOfSight Layer

Properties

Property Details
elevationInfo Elevation info defines how features are aligned to ground or other layers.
feature References a feature by object and layer id.
position Position of the line of sight observer.

Example

{
  "position": {
    "x": -118.15,
    "y": 33.8,
    "z": 123.45,
    "spatialReference": {
      "wkid": 4326
    }
  },
  "elevationInfo": {
    "mode": "relativeToGround",
    "offset": 0
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.