Issue #2316 Break pireps dependency on ncep edex common.
Former-commit-id: 5016fe1c75e76f7cf02e971605f68c33705e703c
This commit is contained in:
parent
e091a9d18d
commit
5507247737
3 changed files with 4 additions and 8 deletions
|
@ -8,7 +8,6 @@ Require-Bundle: com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
|||
net.sf.cglib;bundle-version="2.1.3",
|
||||
com.raytheon.uf.edex.core;bundle-version="1.12.1174",
|
||||
javax.measure,
|
||||
gov.noaa.nws.ncep.common;bundle-version="1.0.0",
|
||||
com.raytheon.edex.common;bundle-version="1.12.1174"
|
||||
Import-Package: com.raytheon.edex.db.dao,
|
||||
com.raytheon.uf.common.dataplugin,
|
||||
|
@ -27,7 +26,6 @@ Import-Package: com.raytheon.edex.db.dao,
|
|||
com.raytheon.uf.edex.decodertools.aircraft,
|
||||
com.raytheon.uf.edex.pointdata,
|
||||
com.vividsolutions.jts.geom,
|
||||
gov.noaa.nws.ncep.common.tools,
|
||||
javax.measure.unit,
|
||||
javax.persistence,
|
||||
org.springframework.orm.hibernate3
|
||||
|
|
|
@ -8,8 +8,8 @@ Require-Bundle: com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
|||
net.sf.cglib;bundle-version="2.1.3",
|
||||
com.raytheon.uf.edex.core;bundle-version="1.12.1174",
|
||||
javax.measure,
|
||||
gov.noaa.nws.ncep.common;bundle-version="1.0.0",
|
||||
com.raytheon.edex.common;bundle-version="1.12.1174"
|
||||
com.raytheon.edex.common;bundle-version="1.12.1174",
|
||||
com.raytheon.uf.edex.decodertools
|
||||
Import-Package: com.raytheon.edex.db.dao,
|
||||
com.raytheon.uf.common.dataplugin,
|
||||
com.raytheon.uf.common.dataplugin.annotations,
|
||||
|
@ -27,7 +27,6 @@ Import-Package: com.raytheon.edex.db.dao,
|
|||
com.raytheon.uf.edex.decodertools.aircraft,
|
||||
com.raytheon.uf.edex.pointdata,
|
||||
com.vividsolutions.jts.geom,
|
||||
gov.noaa.nws.ncep.common.tools,
|
||||
javax.measure.unit,
|
||||
javax.persistence,
|
||||
org.springframework.orm.hibernate3
|
||||
|
|
|
@ -5,8 +5,6 @@ package gov.noaa.nws.ncep.common.dataplugin.pirep;
|
|||
* NOAA/NWS/NCEP/NCO in order to output point data in HDF5.
|
||||
**/
|
||||
|
||||
import gov.noaa.nws.ncep.common.tools.IDecoderConstantsN;
|
||||
|
||||
import java.util.Calendar;
|
||||
import java.util.Collection;
|
||||
import java.util.Date;
|
||||
|
@ -49,6 +47,7 @@ import com.raytheon.uf.common.pointdata.PointDataView;
|
|||
import com.raytheon.uf.common.pointdata.spatial.AircraftObsLocation;
|
||||
import com.raytheon.uf.common.serialization.annotations.DynamicSerialize;
|
||||
import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement;
|
||||
import com.raytheon.uf.edex.decodertools.core.IDecoderConstants;
|
||||
import com.vividsolutions.jts.geom.Geometry;
|
||||
|
||||
/**
|
||||
|
@ -234,7 +233,7 @@ public class PirepRecord extends PluginDataObject implements ISpatialEnabled,
|
|||
@XmlElement
|
||||
@DynamicSerializeElement
|
||||
// private Integer horzVisibility;
|
||||
private Integer horzVisibility = IDecoderConstantsN.INTEGER_MISSING; // -9999
|
||||
private Integer horzVisibility = IDecoderConstants.VAL_MISSING; // -9999
|
||||
|
||||
@Transient
|
||||
@XmlElement
|
||||
|
|
Loading…
Add table
Reference in a new issue