Provider
API for all the default menu functions, port connectors, built-in help, and
filters.See: Description
| Class | Description |
|---|---|
| CoreProvider |
This class defines the core functionality to be provided by the
YAAC application.
|
| CoreProvider.TransmitGeneratedObjectReport |
Helper class for transmitting a locally generated Object or Item Report packet
and keeping it registered in the local object list.
|
| CoreProvider.ViewAutoCenter |
Control whether map is auto-centered on the local station, using its updated GPS
coordinates to pan the map.
|
| CoreProvider.ViewSelectLayers |
Launch the layer selection dialog to control which OpenStreetMap features
(road types, business types, etc.) are rendered in the map.
|
| CoreProvider.ViewSelfAsPointer |
Control whether the local station is rendered as a pointer in its direction of motion.
|
| CoreProvider.ViewSelfAsSymbol |
Control whether the local station is rendered using its beacon symbol.
|
| CoreProvider.ViewSelfOff |
Control whether the local station is suppressed from rendering on the map.
|
| CoreProvider.ViewShowAge |
Control whether the age of each station or object is plotted next to the station symbol.
|
| CoreProvider.ViewShowAliasInsteadOfCallsign |
Control whether stations/objects with assigned tactical names (aliases) should
display the alias instead of the callsign.
|
| CoreProvider.ViewShowAlohaCircle |
Control whether the local station's Aloha circle(s) are drawn on the map.
|
| CoreProvider.ViewShowAmbiguity |
Control whether position ambiguity circles are drawn for stations and objects on the map.
|
| CoreProvider.ViewShowCallsign |
Control whether station callsigns or object names are rendered next to the
station/object symbol on the map.
|
| CoreProvider.ViewShowDeadObjects |
Control whether map displays APRS Objects that have been declared to be dead.
|
| CoreProvider.ViewShowDeadReckoning |
Control whether moving station position updates are estimated (dead-reckoned)
until a new position report is received.
|
| CoreProvider.ViewShowDF |
Control whether APRS direction finding information is plotted if present in
the station position reports.
|
| CoreProvider.ViewShowDigipeatHops |
Control whether digipeat paths between RF-linked stations are drawn on the map.
|
| CoreProvider.ViewShowGraticule |
Control whether the map graticule (lat/lon grid) is rendered on the map.
|
| CoreProvider.ViewShowHeatMap |
Control whether stations are rendered merely as a "heat map" of dots on the map (all
other information suppressed).
|
| CoreProvider.ViewShowItemStatus |
Control whether generic item status (station versus object, fixed versus moving,
emergency, old, etc.) is drawn for each station/object on the map.
|
| CoreProvider.ViewShowMicEStatus |
Control whether Mic-E status (off duty, en route, committed, returning, etc.) is
drawn for stations reporting such information.
|
| CoreProvider.ViewShowNWSMultiline |
Control whether NWS multilines are drawn if included in a position report.
|
| CoreProvider.ViewShowRangeCircles |
Control whether estimated range circles are drawn around stations on the map.
|
| CoreProvider.ViewShowSevereWeatherZones |
Control whether the boundaries of active severe weather forecast zones are drawn.
|
| CoreProvider.ViewShowSpeed |
Control whether the speed of moving stations/objects is displayed next to the
station symbol on the map.
|
| CoreProvider.ViewShowTrackStripes |
Control whether station motion stripes are drawn on the map.
|
| CoreProvider.ViewShowWeatherSymbols |
Control whether weather stations are rendered using old-style weather map
notation.
|
Provider
API for all the default menu functions, port connectors, built-in help, and
filters.