Uses of Interface
hla.rti1516.DimensionHandle

Packages that use DimensionHandle
hla.rti1516   
 

Uses of DimensionHandle in hla.rti1516
 

Methods in hla.rti1516 that return DimensionHandle
 DimensionHandle DimensionHandleFactory.decode(byte[] buffer, int offset)
           
 DimensionHandle RTIambassador.getDimensionHandle(String theName)
           
 

Methods in hla.rti1516 with parameters of type DimensionHandle
 String RTIambassador.getDimensionName(DimensionHandle theHandle)
           
 long RTIambassador.getDimensionUpperBound(DimensionHandle theHandle)
           
 RangeBounds RTIambassador.getRangeBounds(RegionHandle region, DimensionHandle dimension)
           
 void RTIambassador.setRangeBounds(RegionHandle region, DimensionHandle dimension, RangeBounds bounds)