Uses of Enum Class
edu.nps.moves.dis7.enumerations.GriddedDataCoordinateSystem
Packages that use GriddedDataCoordinateSystem
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of GriddedDataCoordinateSystem in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type GriddedDataCoordinateSystem in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 244, marshal size 16; GriddedDataCoordinateSystem has 4 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return GriddedDataCoordinateSystemModifier and TypeMethodDescriptionstatic GriddedDataCoordinateSystem
GriddedDataCoordinateSystem.getEnumForValue
(int value) Provide enumeration for a given valuestatic GriddedDataCoordinateSystem
GriddedDataCoordinateSystem.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic GriddedDataCoordinateSystem
GriddedDataCoordinateSystem.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic GriddedDataCoordinateSystem
Returns the enum constant of this class with the specified name.static GriddedDataCoordinateSystem[]
GriddedDataCoordinateSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GriddedDataCoordinateSystem in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as GriddedDataCoordinateSystemModifier and TypeFieldDescriptionprotected GriddedDataCoordinateSystem
GriddedDataPdu.coordinateSystem
coordinate system of the grid uid 244Methods in edu.nps.moves.dis7.pdus that return GriddedDataCoordinateSystemModifier and TypeMethodDescriptionGriddedDataPdu.getCoordinateSystem()
Getter forGriddedDataPdu.coordinateSystem
Methods in edu.nps.moves.dis7.pdus with parameters of type GriddedDataCoordinateSystemModifier and TypeMethodDescriptionGriddedDataPdu.setCoordinateSystem
(GriddedDataCoordinateSystem pCoordinateSystem) Setter forGriddedDataPdu.coordinateSystem