Package tritechgemini.echogram
Class StandardEchogramLineMaker
java.lang.Object
tritechgemini.echogram.StandardEchogramLineMaker
- All Implemented Interfaces:
EchogramLineMaker
-
Constructor Summary
ConstructorsConstructorDescriptionStandardEchogramLineMaker(MultiFileCatalog multiFileCatalog) Standard creator of Echogram lines. -
Method Summary
Modifier and TypeMethodDescriptiongetEchogramLine(SonarImageRecordI imageRecord, EchoLineDef echoLineDef) Get an echogram line, creating it if necessarymakeEchogramLine(SonarImageRecordI imageRecord, EchoLineDef echoLineDef) Make an echogram line.
-
Constructor Details
-
StandardEchogramLineMaker
Standard creator of Echogram lines.- Parameters:
multiFileCatalog- file catalogue. Will probably be null in real time ops, needed in Viewer.
-
-
Method Details
-
getEchogramLine
Get an echogram line, creating it if necessary- Specified by:
getEchogramLinein interfaceEchogramLineMaker- Parameters:
imageRecord-echoLineDef-- Returns:
-
makeEchogramLine
Make an echogram line. Generally you shouldn't call this, but instead use getEchogramLine which will first attempt to return a stored line.- Specified by:
makeEchogramLinein interfaceEchogramLineMaker- Parameters:
imageRecord-echoLineDef-- Returns:
-