moved grid level translator from viz to common updated references to moved classes created grid style util for common styling code updated style manager to look in common for files moved data plugin style rules to common Former-commit-id: 7cdff04cc4d60b50a2a2c08499ee329586031e0f
75 lines
No EOL
3.1 KiB
XML
75 lines
No EOL
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!--
|
|
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
|
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
|
|
|
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
|
This_software_product_contains_export-restricted_data_whose
|
|
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
|
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
|
an_export_license_or_other_authorization.
|
|
|
|
Contractor_Name:________Raytheon_Company
|
|
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
|
________________________Mail_Stop_B8
|
|
________________________Omaha,_NE_68106
|
|
________________________402.291.0100
|
|
|
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
|
further_licensing_information.
|
|
-->
|
|
<!-- This file allows the user to configure DMD sampling and table data by setting the order of the
|
|
elements, removing or including elements, and configuring the number of decimal points
|
|
for certain elements.
|
|
|
|
::Attribute::
|
|
Order: Each element has an "Order" attribute that dictates the order in
|
|
which the parameters are displayed.
|
|
To remove an element from the display,
|
|
simply set its order to the value "-1".
|
|
Otherwise, they will be displayed from
|
|
left to right in increasing order from "1".
|
|
|
|
DecimalPlaces: For elements that support it,
|
|
the decimalPlaces attribute can be
|
|
used to dictate the number of decimal
|
|
places to display for the value.
|
|
|
|
::ShowTable::
|
|
Set this element to "true" if the table should be displayed.
|
|
Set this element to "false" if the table should NOT be displayed.
|
|
|
|
::TablePosition::
|
|
Choose one of the predefined locations for the data table's positioning.
|
|
-->
|
|
|
|
<dmdModifier>
|
|
<!-- To un-include an attribute, set its order to -1. -->
|
|
<attribute value="RADAR_NAME" order="1" />
|
|
<attribute value="MESO_ID" order="2" />
|
|
<attribute value="LOCATION" order="3" />
|
|
<attribute value="BASE" decimalPlaces="1" order="4" unit="kft" />
|
|
<attribute value="DEPTH" decimalPlaces="1" order="5" unit="kft" />
|
|
<attribute value="RANK" order="6" />
|
|
<attribute value="MSI" order="7" />
|
|
<attribute value="RV" decimalPlaces="2" order="8" unit="kt"/>
|
|
<attribute value="G2G" decimalPlaces="2" order="9" unit="kt" />
|
|
<attribute value="MRV" decimalPlaces="2" order="10" unit="kt"/>
|
|
<attribute value="HMRV" order="11" unit="kft" />
|
|
<attribute value="LL_CONV" order="-1" />
|
|
<attribute value="TVS" order="-1" />
|
|
|
|
<!-- Set to "false" to remove table from display. -->
|
|
<showTable>true</showTable>
|
|
|
|
<!-- Table Positions: UPPER_CENTER,
|
|
LOWER_CENTER,
|
|
CENTER,
|
|
UPPER_RIGHT,
|
|
LOWER_RIGHT,
|
|
CENTER_RIGHT,
|
|
UPPER_LEFT,
|
|
CENTER_LEFT,
|
|
LOWER_LEFT -->
|
|
<tablePosition>UPPER_CENTER</tablePosition>
|
|
</dmdModifier> |