Uses of Class
binaryFileStorage.BinaryOfflineDataMapPoint
Packages that use BinaryOfflineDataMapPoint
-
Uses of BinaryOfflineDataMapPoint in binaryFileStorage
Methods in binaryFileStorage that return BinaryOfflineDataMapPointModifier and TypeMethodDescriptionBinaryOfflineDataMap.findMapPoint
(File file) Finds the mapPoint of a specific binary fileBinaryOfflineDataMap.newPamDataUnit
(PamDataUnit pamDataUnit) Methods in binaryFileStorage with parameters of type BinaryOfflineDataMapPointModifier 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
Methods in PamguardMVC.uid.repair with parameters of type BinaryOfflineDataMapPointModifier 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)