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 that return types with arguments of type BinaryOfflineDataMapPointModifier and TypeMethodDescriptionprotected ArrayList<BinaryOfflineDataMapPoint> BinaryOfflineDataMap.getFileList(long dataStart, long dataEnd) Get a list of map points which have data between the two times.Methods in binaryFileStorage with parameters of type BinaryOfflineDataMapPointModifier and TypeMethodDescriptionbooleanBinaryOutputStream.createIndexFile(File indexFile, BinaryOfflineDataMapPoint mapPoint) booleanBinaryStore.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 TypeMethodDescriptionbooleanUIDRepairFunctions.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.booleanLinkedDatabaseUpdate.loadFileDatabaseData(PamConnection con, BinaryOfflineDataMapPoint mapPoint)