The drawingInfo object contains drawing information for a video layer.
Referenced by: Video Layer (ArcGISVideoLayer)
Properties
Property | Details |
---|---|
frameCenterSymbol | A SimpleMarkerSymbol used for representing the center point of a video frame. |
frameOutlineSymbol | A SimpleFillSymbol used for representing the coverage area of a video frame. |
sensorSightLineSymbol | A SimpleLineSymbol used for representing the line of sight from the sensor to the center of the frame coverage area. |
sensorSymbol | A SimpleMarkerSymbol, PictureMarkerSymbol or CIMSymbol used for representing the point position geometry of the video sensor. Must be one of the following values: |
sensorTrailSymbol | A SimpleLineSymbol used for representing the trailing line of travel of a moving video collection sensor. |
Example
{
"sensorSymbol": {
"color": [
170,
170,
170,
255
],
"size": 6,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"type": "esriSMS",
"style": "esriSMSCircle",
"outline": {
"color": [
153,
153,
153,
255
],
"width": 0.375,
"type": "esriSLS",
"style": "esriSLSSolid"
}
}
}