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