Merge "Omaha #3422 Move HydroPointResource and HydroPointResourceData to MPE plugin" into omaha_14.4.1
Former-commit-id:87429112e4
[formerlya6e37028f5
] [formerly87429112e4
[formerlya6e37028f5
] [formerlybe928b5b3e
[formerly c92c83d1012fcc872e956b46d884d9e3de13ddf4]]] Former-commit-id:be928b5b3e
Former-commit-id:22aa9333da
[formerlye8adbd27b3
] Former-commit-id:8aff5b086f
This commit is contained in:
commit
e536e734cf
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