Uses of Class
binaryFileStorage.BinaryOfflineDataMapPoint
-
Uses of BinaryOfflineDataMapPoint in binaryFileStorage
Modifier and TypeMethodDescriptionBinaryOfflineDataMap.findMapPoint
(File file) Finds the mapPoint of a specific binary fileBinaryOfflineDataMap.newPamDataUnit
(PamDataUnit pamDataUnit) Modifier and TypeMethodDescriptionboolean
BinaryOutputStream.createIndexFile
(File indexFile, BinaryOfflineDataMapPoint mapPoint) boolean
BinaryStore.loadData
(PamDataBlock dataBlock, BinaryOfflineDataMapPoint mapPoint, long dataStart, long dataEnd, BinaryDataSink dataSink) Load the data from a single file. -
Uses of BinaryOfflineDataMapPoint in PamguardMVC.uid.repair
Modifier and TypeMethodDescriptionboolean
UIDRepairFunctions.copyDataFile
(BinaryStore binaryStore, PamDataBlock dataBlock, BinaryOfflineDataMapPoint mapPoint, UIDRepairParams uidParams, boolean regenerateUIDs, FileCopyObserver fileCopyObserver) LinkedDatabaseUpdate.getFileQueryString
(PamConnection con, BinaryOfflineDataMapPoint mapPoint) Return a WHERE clause to select records in the database associated with a map point.LinkedDatabaseUpdate.getLessThanQueryString
(PamConnection con, BinaryOfflineDataMapPoint mapPoint, boolean onlyNulls, String colNameToTest) Return a WHERE clause to select records in the database with a time less than the mapPoint end time.boolean
LinkedDatabaseUpdate.loadFileDatabaseData
(PamConnection con, BinaryOfflineDataMapPoint mapPoint)