awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ffg/plugin.xml
Steve Harris e1eb7f5972 12.7.1-8 baseline
Former-commit-id: b242dd98d6 [formerly 11f96dbedd] [formerly 16bf591a33] [formerly c42ae0fa39 [formerly 16bf591a33 [formerly 46767a18a0d6e1f2182720c8a04c6e1e59cb18a1]]]
Former-commit-id: c42ae0fa39
Former-commit-id: 02bef853ef7c7fae6630b12e89ad4d9ef11bc391 [formerly 9f97182964]
Former-commit-id: f2102bfb24
2012-07-19 16:20:40 -05:00

78 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="com.raytheon.uf.viz.core.resource">
<resource
class="gov.noaa.nws.ncep.viz.rsc.ffg.rsc.FFGResource"
name="FFG"
recordClass="gov.noaa.nws.ncep.edex.plugin.ffg.common.FfgRecord"
renderingOrderId="PLOT"
resourceType="PLAN_VIEW"/>
</extension>
<extension
point="com.raytheon.uf.viz.core.scriptTemplate">
<scriptTemplate
pluginName="ffg"
scriptLibrary="BaseRequest">
</scriptTemplate>
</extension>
<extension
point="gov.noaa.nws.ncep.viz.resources.NC-Resource">
<nc-resource
class="gov.noaa.nws.ncep.viz.rsc.ffg.rsc.FFGResourceData"
editDialogClass="gov.noaa.nws.ncep.viz.rsc.ffg.rsc.EditFFGAttrsDialog"
name="FFG">
</nc-resource>
</extension>
<extension
point="gov.noaa.nws.ncep.viz.resources.NC-ResourceParameter">
<nc-resourceParameter
paramClass="Boolean"
paramName="displayValues"
defaultValue="false"
paramType="EDITABLE_ATTRIBUTE"
ncResourceName="FFG">
</nc-resourceParameter>
<nc-resourceParameter
paramClass="String"
paramName="symbolName"
defaultValue="ASTERISK"
paramType="EDITABLE_ATTRIBUTE"
ncResourceName="FFG">
</nc-resourceParameter>
<nc-resourceParameter
paramClass="ColorBar"
paramName="colorBar"
paramType="EDITABLE_ATTRIBUTE"
paramRefLocation="ncep/ColorBars/FFG"
ncResourceName="FFG">
</nc-resourceParameter>
<nc-resourceParameter
ncResourceName="FFG"
paramClass="String"
paramName="reportType"
defaultValue="FFG"
paramType="REQUEST_CONSTRAINT">
</nc-resourceParameter>
<nc-resourceParameter
ncResourceName="FFG"
paramClass="RGB"
paramName="legendColor"
defaultValue="RGB {33,100,255}"
paramType="IMPLEMENTATION_PARAM">
</nc-resourceParameter>
<nc-resourceParameter
ncResourceName="FFG"
paramClass="gov.noaa.nws.ncep.viz.rsc.ffg.rsc.FFGResourceData$FfgParam"
paramName="ffg_param"
defaultValue="FF01"
paramType="NON_EDITABLE_ATTRIBUTE">
</nc-resourceParameter>
</extension>
</plugin>