awips2/ncep/gov.noaa.nws.ncep.viz.ui.locator/plugin.xml
Roger Ferrel 9475b22c54 Issue #181
Changes from January ncep_cave

Former-commit-id: ae0981ac0f [formerly 7427aeaf29] [formerly fa42f2dc60 [formerly 6a878c3c5f400c53d39d7920c0619362aaafb946]]
Former-commit-id: fa42f2dc60
Former-commit-id: 376f6868b6
2012-01-26 09:26:07 -06:00

141 lines
4.7 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.ui.locator.resource.LocatorResource"
name="Locator"
renderingOrderId="MAP_OUTLINE">
</resource>
</extension>
<extension
point="gov.noaa.nws.ncep.viz.resources.NC-Resource">
<nc-resource
class="gov.noaa.nws.ncep.viz.ui.locator.resource.LocatorResourceData"
editDialogClass="gov.noaa.nws.ncep.viz.ui.locator.resource.LocatorEditDialog"
name="Locator">
</nc-resource>
</extension>
<extension
point="gov.noaa.nws.ncep.viz.resources.NC-ResourceAttribute">
<nc-resourceAttribute
attributeClass="String"
attributeName="pos1LocatorSource"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="java.lang.Integer"
attributeName="pos1RoundToNearest"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos1DisplayUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos1DirectionUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos2LocatorSource"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="java.lang.Integer"
attributeName="pos2RoundToNearest"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos2DisplayUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos2DirectionUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos3LocatorSource"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="java.lang.Integer"
attributeName="pos3RoundToNearest"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos3DisplayUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos3DirectionUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos4LocatorSource"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="java.lang.Integer"
attributeName="pos4RoundToNearest"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos4DisplayUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos4DirectionUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos5LocatorSource"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="java.lang.Integer"
attributeName="pos5RoundToNearest"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos5DisplayUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
<nc-resourceAttribute
attributeClass="String"
attributeName="pos5DirectionUnit"
ncResourceName="Locator">
</nc-resourceAttribute>
</extension>
<extension
point="com.raytheon.uf.viz.localization.localizationpath">
<path
application="NCEP"
localizationType="CAVE_STATIC"
name="LocatorDataSources"
recursive="false"
value="ncep/LocatorDataSources"
extensionFilter=".xml">
</path>
</extension>
</plugin>