Package tritechgemini.echogram
Class EchoLineDef
java.lang.Object
tritechgemini.echogram.EchoLineDef
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEchoLineDef(int bearingBin1, int bearingBin2, int meanOf) Create a echo line definition using two bearing bins, which must be within the range of the bearing table, i.e. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleandouble[]getBearingRange(double[] bearingTable) Get the range from the given bearing table.inthashCode()
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EchoLineDef
public EchoLineDef(int bearingBin1, int bearingBin2, int meanOf) Create a echo line definition using two bearing bins, which must be within the range of the bearing table, i.e. bearingBin1 >= 0 and bearingBin2 invalid input: '<' bearingTable.length- Parameters:
bearingBin1-bearingBin2-
-
-
Method Details