Issue #219
Change-Id: I77aae849959a7629ec8128536d570a3f21bc5eb3 Former-commit-id:a1a21f8f5d
[formerly9f23fcba01
] [formerly310a5f238f
] [formerlya1a21f8f5d
[formerly9f23fcba01
] [formerly310a5f238f
] [formerly721ddcc203
[formerly310a5f238f
[formerly f03684d97044a5eb53e954236fb90669f70ec174]]]] Former-commit-id:721ddcc203
Former-commit-id:9f6c5eb3be
[formerly4557d11d1a
] [formerly aac213115e02a43353c3cbc6f74f7761345f6700 [formerly3c9a7777a4
]] Former-commit-id: cba3ddabb3695d2ff3597463370bf4cc75830ec1 [formerlyfef533ed2b
] Former-commit-id:1e6f73b1f4
This commit is contained in:
parent
31c94115c7
commit
ac3df9f185
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
|
* 07/12/2012 798 jkorman Changed projection "magic" numbers
|
||||||
* 09/24/2012 1210 jkorman Modified the decode method to create the
|
* 09/24/2012 1210 jkorman Modified the decode method to create the
|
||||||
* IDataRecord required by the SatelliteDao
|
* IDataRecord required by the SatelliteDao
|
||||||
|
* 12/03/2013 DR 16841 D. Friedman Allow record overwrites
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @author
|
* @author
|
||||||
|
@ -246,6 +247,7 @@ public class McidasSatelliteDecoder {
|
||||||
rec.setTraceId(traceId);
|
rec.setTraceId(traceId);
|
||||||
rec.setPersistenceTime(TimeTools.getSystemCalendar().getTime());
|
rec.setPersistenceTime(TimeTools.getSystemCalendar().getTime());
|
||||||
rec.constructDataURI();
|
rec.constructDataURI();
|
||||||
|
rec.setOverwriteAllowed(true);
|
||||||
|
|
||||||
// Set the data into the IDataRecord
|
// Set the data into the IDataRecord
|
||||||
// Set the data into the IDataRecord
|
// Set the data into the IDataRecord
|
||||||
|
|
Loading…
Add table
Reference in a new issue