| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
VerticalProfile.PARAMETER |
VerticalProfile.getParameter() |
static VerticalProfile.PARAMETER |
VerticalProfile.PARAMETER.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerticalProfile.PARAMETER[] |
VerticalProfile.PARAMETER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VerticalProfile |
VerticalProfile.setParameter(VerticalProfile.PARAMETER parameter) |
| Constructor and Description |
|---|
VerticalProfile(VerticalProfile.PARAMETER parameter,
short numSamples,
java.util.Collection<ProfileSample> samples,
double lat,
double lon) |