Change-Id: I77aae849959a7629ec8128536d570a3f21bc5eb3

Former-commit-id: a1a21f8f5d [formerly 9f23fcba01] [formerly 310a5f238f] [formerly a1a21f8f5d [formerly 9f23fcba01] [formerly 310a5f238f] [formerly 721ddcc203 [formerly 310a5f238f [formerly f03684d97044a5eb53e954236fb90669f70ec174]]]]
Former-commit-id: 721ddcc203
Former-commit-id: 9f6c5eb3be [formerly 4557d11d1a] [formerly aac213115e02a43353c3cbc6f74f7761345f6700 [formerly 3c9a7777a4]]
Former-commit-id: cba3ddabb3695d2ff3597463370bf4cc75830ec1 [formerly fef533ed2b]
Former-commit-id: 1e6f73b1f4
This commit is contained in:
shooper 2013-12-11 16:25:33 -05:00
parent 31c94115c7
commit ac3df9f185

View file

@ -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