Package annotation.localise.targetmotion
Class TMAnnotationLogging
java.lang.Object
targetMotionOld.TargetMotionSQLLogging
annotation.localise.targetmotion.TMAnnotationLogging
- All Implemented Interfaces:
SQLLoggingAddon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
loadData
(SQLTypes sqlTypes, EmptyTableDefinition pamTableDefinition, PamDataUnit pamDataUnit) Load data - that is read data from the table definition and turn it into something sensible within or attached to the data unit.Methods inherited from class targetMotionOld.TargetMotionSQLLogging
addTableItems, getAic, getBeamLatitude, getBeamLongitude, getBeamTime, getChi2, getComment, getDegsFreedom, getDepth, getDepthErr, getHiddenItems, getLatitude, getLocError, getLocerrorlength, getLongitude, getModelName, getName, getNumResults, getPerpDist, getPerpdistErr, getPhones, getProb, getSide, getTargetMotionLocaliser, hideColumns, isHidden, saveData, setTargetMotionLocaliser, unHideColumns
-
Constructor Details
-
TMAnnotationLogging
-
-
Method Details
-
loadData
public boolean loadData(SQLTypes sqlTypes, EmptyTableDefinition pamTableDefinition, PamDataUnit pamDataUnit) Description copied from interface:SQLLoggingAddon
Load data - that is read data from the table definition and turn it into something sensible within or attached to the data unit.- Specified by:
loadData
in interfaceSQLLoggingAddon
- Overrides:
loadData
in classTargetMotionSQLLogging
- Parameters:
pamTableDefinition
- table definitionpamDataUnit
- data unit- Returns:
- true if successful
-