Uses of Class
uavsim.datatypes.Velocity

Packages that use Velocity
uavsim.datatypes Provides... 
uavsim.windmodel Provides... 
 

Uses of Velocity in uavsim.datatypes
 

Methods in uavsim.datatypes that return Velocity
 Velocity Velocity.add_(Velocity velocity)
          Adds another unit to this one.
 Velocity Velocity.interpolate(Velocity velocity, Scaler scaler)
          Interpolates between this velocity and another.
 Velocity Velocity.subtract_(Velocity velocity)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type Velocity
 Velocity Velocity.add_(Velocity velocity)
          Adds another unit to this one.
 int Velocity.compareTo(Velocity velocity)
           This always returns zero.
 Velocity Velocity.interpolate(Velocity velocity, Scaler scaler)
          Interpolates between this velocity and another.
 Velocity Velocity.subtract_(Velocity velocity)
          Subtract another unit from this one.
 

Uses of Velocity in uavsim.windmodel
 

Fields in uavsim.windmodel declared as Velocity
private  Velocity[][][] WindVelocityCell._subcells
          the subcell grid, as minutes of latitude, minutes of longitude, and altitude
 

Methods in uavsim.windmodel that return Velocity
private  Velocity WindVelocityCell.decodeVelocity(char encoding)
          Decodes a character encoding into a velocity.
 Velocity WindVelocityCell.interpolate(CoordinateWorld3D coordinate)
          Esimates the wind velocity at a coordinate through three-dimension linear interpolation.
private  Velocity WindVelocityCell.interpolatePlane(CoordinateWorld3D coordinate, boolean isPlaneBelowOrAbovecoordinate)
          Interpolates a coordinate by interpolating longitude at a latitude above and below a coordinate, then interpolating a latitude between these two results.
private  Velocity WindVelocityCell.interpolateVelocity(Velocity velocity1, Velocity velocity2, Scaler scaler)
          Interpolates between two velocities.
 

Methods in uavsim.windmodel with parameters of type Velocity
private  Velocity WindVelocityCell.interpolateVelocity(Velocity velocity1, Velocity velocity2, Scaler scaler)
          Interpolates between two velocities.