Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected GriddedDataCoordinateSystem |
GriddedDataPdu.coordinateSystem
coordinate system of the grid uid 244
|
Modifier and Type | Method and Description |
---|---|
GriddedDataCoordinateSystem |
GriddedDataPdu.getCoordinateSystem()
Getter for
GriddedDataPdu.coordinateSystem |
Modifier and Type | Method and Description |
---|---|
GriddedDataPdu |
GriddedDataPdu.setCoordinateSystem(GriddedDataCoordinateSystem pCoordinateSystem)
Setter for
GriddedDataPdu.coordinateSystem |
Modifier and Type | Method and Description |
---|---|
static GriddedDataCoordinateSystem |
GriddedDataCoordinateSystem.getEnumForValue(int i) |
static GriddedDataCoordinateSystem |
GriddedDataCoordinateSystem.unmarshalEnum(java.nio.ByteBuffer buff) |
static GriddedDataCoordinateSystem |
GriddedDataCoordinateSystem.unmarshalEnum(java.io.DataInputStream dis) |
static GriddedDataCoordinateSystem |
GriddedDataCoordinateSystem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GriddedDataCoordinateSystem[] |
GriddedDataCoordinateSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|