| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
HistoricSonarData.ENCODING |
HistoricSonarData.getEncoding() |
static HistoricSonarData.ENCODING |
HistoricSonarData.ENCODING.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistoricSonarData.ENCODING[] |
HistoricSonarData.ENCODING.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HistoricSonarData |
HistoricSonarData.setEncoding(HistoricSonarData.ENCODING encoding) |
| Constructor and Description |
|---|
HistoricSonarData(float altitude,
float width,
float length,
float bearing,
short pxl,
HistoricSonarData.ENCODING encoding,
byte[] sonar_data) |