SonarWidget
Show sonar depth logs
You have a fishfinder with ability to save your depth data? Need to share your depth logs visually? If you say yes then this is the tool for you. Sonar widget for Vaadin shows saved sonar logs in web browser. Upload raw sonar log files to server and you're ready to start using Sonar widget. API is simple and clean. Data is uploaded to web browser in compressed format and only in demand.
Sample code
@Override public void init() { Window mainWindow = new Window("My Application"); SonarWidget sonar = new SonarWidget(new File("/path/to/sonar/file.slg"), Type.eTraditional); sonar.setWidth("100%"); sonar.setHeight("400px"); mainWindow.addComponent(sonar); setMainWindow(mainWindow); }
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Side scan support Support for Lowrance SL2 file format
- Released
- 2012-08-06
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 6.0+
- Vaadin 7.0+ in 0.0.3
- Vaadin 7.4+ in 0.0.5
- Browser
- Firefox
- Safari
- Google Chrome
- Internet Explorer
SonarWidget - Vaadin Add-on Directory
Show sonar depth logsYou have a fishfinder with ability to save your depth data? Need to share your depth logs visually? If you say yes then this is the tool for you. Sonar widget for Vaadin shows saved sonar logs in web browser. Upload raw sonar log files to server and you're ready to start using Sonar widget. API is simple and clean. Data is uploaded to web browser in compressed format and only in demand.