gzz.vob.buoy
Interface Buoy4Floater

All Known Implementing Classes:
CircleFloater4

public interface Buoy4Floater

An interface to buoy layouts.


Method Summary
 int buoyCoordsys(int anchorCS, java.lang.Object key)
          Get a buoy coordinate system.
 void finishFloating()
          Finish placing buoys.
 

Method Detail

buoyCoordsys

public int buoyCoordsys(int anchorCS,
                        java.lang.Object key)
Get a buoy coordinate system. The anchor is at the origin of anchorCS. The coordinate system returned will be a simple translation, from the parent coordinate system known to this floater (i.e. will not be related to anchorCS).


finishFloating

public void finishFloating()
Finish placing buoys. This function may modify the coordinate systems returned by buoyCoordsys.