| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
static ProfileSample |
ProfileSample.clone(IMCMessage msg) |
static ProfileSample |
ProfileSample.create(java.lang.Object... values) |
ProfileSample |
ProfileSample.setAvg(double avg) |
ProfileSample |
ProfileSample.setDepth(int depth) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<ProfileSample> |
VerticalProfile.getSamples() |
| Modifier and Type | Method and Description |
|---|---|
VerticalProfile |
VerticalProfile.setSamples(java.util.Collection<ProfileSample> samples) |
| Constructor and Description |
|---|
VerticalProfile(VerticalProfile.PARAMETER parameter,
short numSamples,
java.util.Collection<ProfileSample> samples,
double lat,
double lon) |