fullExtent

May 26, 2021 ยท View on GitHub

This object allows the definition of the full extent of a scene layer.

cmn::3DSceneLayer, psl::3DSceneLayer, bld::layer

Properties

PropertyTypeDescription
spatialReferencespatialReferenceAn object containing the WKID or WKT identifying the spatial reference of the layer's geometry.
xminnumberleft
xmaxnumberright
yminnumberbottom
ymaxnumbertop
zminnumberlowest elevation
zmaxnumberhighest elevation

Note: properties in bold are required

Examples

Example: Building Scene Layer

 {
  "xmin": -117.855689264791,
  "ymin": 32.5702577626442,
  "xmax": -116.87086222794,
  "ymax": 34.1460567673275,
  "zmin": 0.1,
  "zmax": 50.0
}