Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected GriddedDataSampleType |
GridData.sampleType
uid 246
|
Modifier and Type | Method and Description |
---|---|
GriddedDataSampleType |
GridData.getSampleType()
Getter for
GridData.sampleType |
Modifier and Type | Method and Description |
---|---|
GridData |
GridData.setSampleType(GriddedDataSampleType pSampleType)
Setter for
GridData.sampleType |
Modifier and Type | Method and Description |
---|---|
static GriddedDataSampleType |
GriddedDataSampleType.getEnumForValue(int i) |
static GriddedDataSampleType |
GriddedDataSampleType.unmarshalEnum(java.nio.ByteBuffer buff) |
static GriddedDataSampleType |
GriddedDataSampleType.unmarshalEnum(java.io.DataInputStream dis) |
static GriddedDataSampleType |
GriddedDataSampleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GriddedDataSampleType[] |
GriddedDataSampleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|