Uses of Class
uavsim.datatypes.A_LatitudeLongitude

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

Uses of A_LatitudeLongitude in uavsim.datatypes
 

Classes in uavsim.datatypes with type parameters of type A_LatitudeLongitude
 class A_LatitudeLongitude<_TYPE_ extends A_LatitudeLongitude<?>>
          Defines the shared aspects of a latitude and longitude in terms of Universal Transverse Mercator (UTM) coordinates.
 

Subclasses of A_LatitudeLongitude in uavsim.datatypes
 class Latitude
          Defines latitude in terms of Universal Transverse Mercator (UTM) coordinates.
 class Longitude
          Defines longitude in terms of Universal Transverse Mercator (UTM) coordinates.
 

Uses of A_LatitudeLongitude in uavsim.windmodel
 

Methods in uavsim.windmodel with parameters of type A_LatitudeLongitude
private  Scaler WindVelocityCell.calculateScaler(A_LatitudeLongitude<?> latitudeOrLongitude)
          Calculates the scaler between the two nearest latitude or longitude samples.
private  int WindVelocityCell.mapRowColumnIndex(A_LatitudeLongitude<?> latitudeOrLongitude)
          Determines the row or column index in the subcell grid based on the minutes component of a latitude or longitude, respectively.