Omaha #3422 Move HydroPointResource and HydroPointResourceData to MPE plugin
Change-Id: I222f99b0b952d9cef91208eb27f6adca43e13669 Former-commit-id: 7929e5b809d83a0f682e9f1c6953c9a090ed7310
This commit is contained in:
parent
415c9e73fd
commit
29bc0fae50
6 changed files with 3 additions and 8 deletions
|
@ -17,7 +17,7 @@
|
|||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||
* further licensing information.
|
||||
**/
|
||||
package com.raytheon.viz.hydrocommon.resource;
|
||||
package com.raytheon.viz.mpe.ui.rsc;
|
||||
|
||||
import org.eclipse.swt.graphics.RGB;
|
||||
|
||||
|
@ -29,7 +29,7 @@ import com.raytheon.uf.viz.core.map.MapDescriptor;
|
|||
import com.raytheon.uf.viz.core.rsc.AbstractVizResource;
|
||||
import com.raytheon.uf.viz.core.rsc.LoadProperties;
|
||||
import com.raytheon.uf.viz.core.rsc.capabilities.ColorableCapability;
|
||||
import com.raytheon.viz.hydrocommon.resource.HydroPointResourceData.Style;
|
||||
import com.raytheon.viz.mpe.ui.rsc.HydroPointResourceData.Style;
|
||||
import com.vividsolutions.jts.geom.Coordinate;
|
||||
|
||||
/**
|
|
@ -17,7 +17,7 @@
|
|||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||
* further licensing information.
|
||||
**/
|
||||
package com.raytheon.viz.hydrocommon.resource;
|
||||
package com.raytheon.viz.mpe.ui.rsc;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
@ -64,7 +64,6 @@ import com.raytheon.uf.viz.core.exception.VizException;
|
|||
import com.raytheon.uf.viz.core.rsc.LoadProperties;
|
||||
import com.raytheon.uf.viz.core.rsc.capabilities.ColorMapCapability;
|
||||
import com.raytheon.viz.hydrocommon.HydroConstants;
|
||||
import com.raytheon.viz.hydrocommon.resource.HydroPointResource;
|
||||
import com.raytheon.viz.mpe.ui.MPEDisplayManager;
|
||||
import com.raytheon.viz.mpe.ui.MPEFontFactory;
|
||||
import com.raytheon.viz.mpe.ui.actions.DrawDQCStations;
|
||||
|
|
|
@ -64,7 +64,6 @@ import com.raytheon.uf.viz.core.exception.VizException;
|
|||
import com.raytheon.uf.viz.core.rsc.LoadProperties;
|
||||
import com.raytheon.uf.viz.core.rsc.capabilities.ColorMapCapability;
|
||||
import com.raytheon.viz.hydrocommon.HydroConstants;
|
||||
import com.raytheon.viz.hydrocommon.resource.HydroPointResource;
|
||||
import com.raytheon.viz.mpe.ui.MPEDisplayManager;
|
||||
import com.raytheon.viz.mpe.ui.MPEFontFactory;
|
||||
import com.raytheon.viz.mpe.ui.actions.DrawDQCStations;
|
||||
|
|
|
@ -8,8 +8,6 @@ import javax.xml.bind.annotation.XmlElement;
|
|||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
import com.raytheon.uf.common.dataplugin.shef.tables.Colorvalue;
|
||||
import com.raytheon.viz.hydrocommon.resource.HydroPointResource;
|
||||
import com.raytheon.viz.hydrocommon.resource.HydroPointResourceData;
|
||||
import com.raytheon.viz.hydrocommon.whfslib.colorthreshold.ColorLookupParameters;
|
||||
import com.raytheon.viz.hydrocommon.whfslib.colorthreshold.GetColorValues;
|
||||
import com.raytheon.viz.mpe.ui.MPEDisplayManager;
|
||||
|
|
|
@ -64,7 +64,6 @@ import com.raytheon.uf.viz.core.exception.VizException;
|
|||
import com.raytheon.uf.viz.core.rsc.LoadProperties;
|
||||
import com.raytheon.uf.viz.core.rsc.capabilities.ColorMapCapability;
|
||||
import com.raytheon.viz.hydrocommon.HydroConstants;
|
||||
import com.raytheon.viz.hydrocommon.resource.HydroPointResource;
|
||||
import com.raytheon.viz.mpe.ui.MPEDisplayManager;
|
||||
import com.raytheon.viz.mpe.ui.MPEFontFactory;
|
||||
import com.raytheon.viz.mpe.ui.actions.DrawDQCStations;
|
||||
|
|
Loading…
Add table
Reference in a new issue