awips2/ncep/gov.noaa.nws.ncep.viz.rsc.satellite/plugin.xml
root 9f19e3f712 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

64 lines
2.4 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.satellite.rsc.McidasSatResource"
name="McidasSatellite"
recordClass="gov.noaa.nws.ncep.common.dataplugin.mcidas.McidasRecord"
renderingOrderId="IMAGE_COUNTRY"
resourceType="PLAN_VIEW"/>
<resource
class="gov.noaa.nws.ncep.viz.rsc.satellite.rsc.GiniSatResource"
name="GiniSatellite"
recordClass="com.raytheon.edex.plugin.satellite.SatelliteRecord"
renderingOrderId="IMAGE_COUNTRY"
resourceType="PLAN_VIEW">
</resource>
</extension>
<extension
point="com.raytheon.uf.viz.core.scriptTemplate">
<scriptTemplate
pluginName="mcidas"
scriptLibrary="BaseRequest">
</scriptTemplate>
</extension>
<extension
point="gov.noaa.nws.ncep.viz.resources.NC-Resource">
<nc-resource
class="gov.noaa.nws.ncep.viz.rsc.satellite.rsc.SatelliteResourceData"
editDialogClass="gov.noaa.nws.ncep.viz.rsc.satellite.rsc.EditSatelliteAttrsDialog"
name="McidasSatellite">
</nc-resource>
<nc-resource
class="gov.noaa.nws.ncep.viz.rsc.satellite.rsc.SatelliteResourceData"
editDialogClass="gov.noaa.nws.ncep.viz.rsc.satellite.rsc.EditSatelliteAttrsDialog"
name="GiniSatellite">
</nc-resource>
</extension>
<extension
point="gov.noaa.nws.ncep.viz.resources.NC-ResourceAttribute">
<nc-resourceAttribute
attributeClass="gov.noaa.nws.ncep.viz.ui.display.ColorBarFromColormap"
attributeName="colorBar"
ncResourceName="GiniSatellite">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="colorMapName"
ncResourceName="GiniSatellite">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="gov.noaa.nws.ncep.viz.ui.display.ColorBarFromColormap"
attributeName="colorBar"
ncResourceName="McidasSatellite">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="colorMapName"
ncResourceName="McidasSatellite">
</nc-resourceAttribute>
</extension>
</plugin>