beakedWhaleProtocol
Class BeakedParameters
java.lang.Object
beakedWhaleProtocol.BeakedParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class BeakedParameters
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
maxAcousticRange
public int maxAcousticRange
maxExperimentRange
public int maxExperimentRange
shoreStation
LatLong shoreStation
shoreStationHeight
double shoreStationHeight
RANDOM_FLAT
public static final int RANDOM_FLAT
- See Also:
- Constant Field Values
RANDOM_HALFNORMAL
public static final int RANDOM_HALFNORMAL
- See Also:
- Constant Field Values
distributions
public static final java.lang.String[] distributions
distributionType
public int distributionType
measureAngles
public boolean measureAngles
showLine
public boolean showLine
angleDataSource
public java.lang.String angleDataSource
useVideoRange
public boolean useVideoRange
videoRangeDataSource
public java.lang.String videoRangeDataSource
lineLength
public double lineLength
angleUpdateInterval
public double angleUpdateInterval
BeakedParameters
public BeakedParameters()
getDistributionName
public java.lang.String getDistributionName()
clone
public BeakedParameters clone()
- Overrides:
clone in class java.lang.Object