trackingGlobeViewer
Description
Use the trackingGlobeViewer
object to create a virtual globe for
tracking scenario visualization. Using the object, you can plot platforms, trajectories,
sensor coverages, detections, and tracks on the globe.
To display elements in a scenario on the virtual globe:
Create a
trackingGlobeViewer
object.Call its Object Functions to plot various elements in a tracking scenario.
Optionally, adjust the camera view using the pointer or the
campos
andcamorient
functions. You can also take a snapshot of the viewer using thesnapshot
object function.
Creation
Syntax
Description
creates a
default tracking globe viewer object and displays the virtual globe.viewer
= trackingGlobeViewer
specifies properties using one or more name-value arguments. For example,
viewer
= trackingGlobeViewer(___,Name=Value)trackingGlobeViewer(CoverageMode="Beam")
specifies the coverage
mode as "Beam"
.
Input Arguments
Properties
Object Functions
plotScenario | Plot tracking scenario in trackingGlobeViewer |
plotPlatform | Plot platforms or targets in trackingGlobeViewer |
plotTrajectory | Plot trajectories in trackingGlobeViewer |
plotCoverage | Plot sensor coverage in trackingGlobeViewer |
plotDetection | Plot detections in trackingGlobeViewer |
plotTrack | Plot tracks in trackingGlobeViewer |
plotTrackLog | Plot log of tracks |
plotPlatformLog | Plot log of true platforms |
plotPlatformAssignment | Plot assignment between platforms and tracks |
clear | Clear plots in trackingGlobeViewer |
snapshot | Create snapshot of trackingGlobeViewer |
campos | Set or query camera position in trackingGlobeViewer |
camorient | Set or query camera orientation in
trackingGlobeViewer |
Examples
Version History
Introduced in R2021b