Package tritechgemini.fileio
Class ECDFileTest
java.lang.Object
tritechgemini.fileio.ECDFileTest
- All Implemented Interfaces:
CatalogStreamObserver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbooleannewImageRecord(SonarImageRecordI glfImage) Process a new image record.booleannewStatusData(GLFStatusData statusData) Process new status data
-
Constructor Details
-
ECDFileTest
public ECDFileTest()
-
-
Method Details
-
main
-
newImageRecord
Description copied from interface:CatalogStreamObserverProcess a new image record.- Specified by:
newImageRecordin interfaceCatalogStreamObserver- Parameters:
glfImage-- Returns:
- true if process streaming should continue, false otherwise.
-
newStatusData
Description copied from interface:CatalogStreamObserverProcess new status data- Specified by:
newStatusDatain interfaceCatalogStreamObserver- Parameters:
statusData-- Returns:
- true if process streaming should continue, false otherwise.
-