awips2/cave/com.raytheon.viz.warnings
Shay Carter e9adbd7501 Changes to the WWA layers
AbstractWWAResource.java:
- added variables for 'statements/other' types
- added variables for controlling the "enabled" state of the display options
- created constants for the significance values of watches, warnings, and advisories since they're used in multiple places
- use the "other" display variables if the significance does not match watches, warnings or advisories
- in the addRecord() method, add logic to enable the corresponding record type display options.  This allows only the applicable display options to be enabled to help with clarity for layers that only load watches for example, or only load warnings, or in SPS case, only use the 'other' options
- add getters and setters for the 'other' display variables
- add getters for the "enable" variables so the dialog can properly set the gui components

CWAPSResource.java:
- in the initShape() method, always create both the wireframeShape (outline) and shadedShape (fill) and let the user decide if they want to use them or not

DrawingPropertiesDialog.java:
- add components for 'statements/other' display settings
- move the "watch" controls to the top of the dialog
- set the enabled status of the controls when creating the dialog
- add methods for setting the enabled components of the watches, warnings, advisories, and other components, individually

WWADrawingPropertiesAction.java:
- don't hide the drawing properties dialog for CWASPResources anymore now that we have "other" controls to control the graphics for this layer
2022-06-24 14:54:09 -06:00
..
localization Small change for WWA functionality 2022-03-17 10:34:59 -06:00
META-INF merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
src/com/raytheon/viz/warnings Changes to the WWA layers 2022-06-24 14:54:09 -06:00
.classpath initial commit 2018-06-20 17:39:08 -06:00
.project initial commit 2018-06-20 17:39:08 -06:00
build.properties initial commit 2018-06-20 17:39:08 -06:00
com.raytheon.viz.warnings.ecl initial commit 2018-06-20 17:39:08 -06:00
plugin.xml Update for WWA drawing and small update for Warngen 2022-03-16 14:39:50 -06:00