Former-commit-id:133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly06a8b51d6d
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]] Former-commit-id:06a8b51d6d
Former-commit-id:9bb8decbcf
[formerly8e80217e59
] [formerly377dcd10b9
[formerly3360eb6c5f
]] Former-commit-id:377dcd10b9
Former-commit-id:e2ecdcfe33
64 lines
2.4 KiB
XML
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>
|