Issue #219
Change-Id: I77aae849959a7629ec8128536d570a3f21bc5eb3 Former-commit-id:721ddcc203
[formerly f03684d97044a5eb53e954236fb90669f70ec174] Former-commit-id:310a5f238f
This commit is contained in:
parent
371d1ca63c
commit
9f23fcba01
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ import com.raytheon.uf.edex.plugin.satellite.mcidas.util.McidasSatelliteLookups.
|
|||
* 07/12/2012 798 jkorman Changed projection "magic" numbers
|
||||
* 09/24/2012 1210 jkorman Modified the decode method to create the
|
||||
* IDataRecord required by the SatelliteDao
|
||||
* 12/03/2013 DR 16841 D. Friedman Allow record overwrites
|
||||
* </pre>
|
||||
*
|
||||
* @author
|
||||
|
@ -246,6 +247,7 @@ public class McidasSatelliteDecoder {
|
|||
rec.setTraceId(traceId);
|
||||
rec.setPersistenceTime(TimeTools.getSystemCalendar().getTime());
|
||||
rec.constructDataURI();
|
||||
rec.setOverwriteAllowed(true);
|
||||
|
||||
// Set the data into the IDataRecord
|
||||
// Set the data into the IDataRecord
|
||||
|
|
Loading…
Add table
Reference in a new issue