Object that defines properties of layers in a feature service with layer type OrientedImageryLayer. If a property is not defined in the layer field, corresponding value for that property defined here would be used instead.

Referenced by: Oriented Imagery Layer (OrientedImageryLayer)

Properties

PropertyDetails
cameraHeadingCamera orientation defining the first rotation around z-axis of the camera. Defined in degrees. Heading values are measured in the positive clockwise direction where north is defined as 0 degrees. -999 is used when the orientation is unknown.
cameraHeightThe height of camera above the ground when the imagery was captured. The units are in meters. Camera height is used to determine the visible extent of the image, large values will result in a greater view extent. Values should not be less than 0.
cameraPitchCamera orientation defining the second rotation around x-axis of the camera in the positive counterclockwise direction. Defined in degrees. The pitch is 0 degrees when the camera is facing straight down to ground. The valid range of pitch value is from 0 to 180 degrees, with 180 degrees for a camera facing straight up and 90 degrees for a camera facing horizon.
cameraRollCamera orientation defining the final rotation around z-axis of the camera in the positive clockwise direction. The camera housing rotation is defined in degrees. Valid values range from -90 to +90.
coveragePercentModifies the extent of the image’s ground footprint. The ground footprint of each image is computed to search for images that contain the selected location, which is identified as the red cross on the map. Valid values are from -50 to 50. Negative percentage values shrink the size of the ground footprint and positive values increase the size of the ground footprint.
demPathPrefixPrefix used to build the DEM url path in conjunction with the elevationSource attribute.
demPathSuffixSuffix used to build the DEM url path in conjunction with the elevationSource attribute.
depthImagePathPrefixPrefix used to build the depth image url path in conjunction with the depth image attribute.
depthImagePathSuffixSuffix used to build the depth image url path in conjunction with the depth image attribute.
elevationSourceThe source of elevation as a JSON string, that will be used to compute ground to image transformations. The elevation source can be a digital elevation model (DEM) or a constant value. A dynamic image service or a tile image service can be used as the digital elevation model. The unit of constant elevation value should be in meters.
Must be one of the following values:
farDistanceThe farthest usable distance of the imagery from the camera position. FarDistance is used to determine the extent of the image footprint, which is used to determine if an image is returned when you click on the map, and for creating optional footprint features. The units are in meters. Far distance should be always greater than 0.
horizontalFieldOfViewThe camera’s scope in horizontal direction. The units are in degrees and valid values range from 0 to 360.
horizontalMeasurementUnitDefines the unit that will be used for all horizontal measurements. The unit will be obtained from the layer coordinate system and will be used for display purposes only.
imageGeometryFieldName of the field that stores the image pixel coordinates of the features created in the image space.
imagePathPrefixPrefix used to build the image url path in conjunction with the image attribute.
imagePathSuffixSuffix used to build the image url path in conjunction with the image attribute.
imageReferenceFieldName of the field that stores the reference of the image in the oriented imagery layer where the new features are created.
imageRotationThe orientation of the camera in degrees relative to the scene when the image was captured. The rotation is added in addition to the camera roll. The value can range from -360 to +360.
maximumDistanceMaximum search distance to be used while querying the feature service specified in the Oriented Imagery Layer. The maximum distance can never be less than zero.
nearDistanceThe nearest usable distance of the imagery from the camera position. The units are in meters. Near distance can never be less than 0.
orientationAccuracySemicolon-delimited string used to store standard deviation values. The standard deviation values are in the following order and format: Camera location in XY direction; camera height; camera heading; camera pitch; camera roll; near distance; far distance; elevation (all in meters).
orientedImageryTypeString that defines the imagery type used in the particular Oriented Imagery Layer.
Valid values: 360, Aerial360Video, AerialFrameVideo, Horizontal, Inspection, Nadir, Oblique, Terrestrial360Video, TerrestrialFrameVideo
referenceIDFieldName of the field that stores the user defined unique reference ID of the features in an Oriented Imagery layer.
sequenceOrderFieldDeprecated.Name of the field that stores the sequential order of the images available in the Oriented Imagery Layer, dictating their position and availability while navigating through the list.
sequenceOrderFields[]Array of orderByField objects indicating the order of images/records for sequential navigation, and whether they should be sorted in ascending ‘asc’ or descending ‘desc’ order.
timeIntervalUnitDefines the unit of time used in the viewer’s time selector tool. Images will be filtered in the viewer based on the Time Unit value defined here.
Valid values: Days, Hours, Minutes, Months, Weeks, Years
verticalFieldOfViewThe camera’s scope in the vertical direction. The units are in degrees and valid values range from 0 to 180.
verticalMeasurementUnitDefines the primary unit to be used for all vertical measurements.
Valid values:
  • Feet
  • Meter
verticalSearchRangeMaximum vertical search distance to be used while querying the feature service specified in the Oriented Imagery Layer. Vertical search range can never be less than zero. The units are in meters.
videoPathPrefixPrefix used to build the video url path in conjunction with the image attribute.
videoPathSuffixSuffix used to build the video url path in conjunction with the image attribute.