Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
V
VALID_PITCH_MAX
- Static variable in class uavsim.graphics.instruments.attitudeindicator.
AttitudeIndicator
the maximum valid pitch, beyond which the tumble crossbar appears
VALID_PITCH_MIN
- Static variable in class uavsim.graphics.instruments.attitudeindicator.
AttitudeIndicator
the minimum valid pitch, beyond which the tumble crossbar appears
validateCoordinate(CoordinateWorld)
- Method in class uavsim.windmodel.
WindVelocityCell
Validates that a coordinate resides on this cell.
validateExecutionLease()
- Method in class uavsim.flightdynamicsmodel.test.
DataViewer
Validates the availability of the test by checking a server lease.
validateExecutionLease()
- Method in class uavsim.flightdynamicsmodel.test.
FDMBlackboxTest
Validates the availability of the test by checking a server lease.
valueOf(String)
- Static method in enum uavsim.datatypes.
A_LatitudeLongitude.E_Format
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum uavsim.graphics.controls.
ControlCallbackEvent.E_StateChange
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum uavsim.graphics.instruments.dme.
DMEMarkerIndicator.E_Marker
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum uavsim.graphics.instruments.stallenunciator.
StallEnunciator.E_StallState
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum uavsim.graphics.text.
TextProperties.E_Origin
Returns the enum constant of this type with the specified name.
values()
- Static method in enum uavsim.datatypes.
A_LatitudeLongitude.E_Format
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum uavsim.graphics.controls.
ControlCallbackEvent.E_StateChange
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum uavsim.graphics.instruments.dme.
DMEMarkerIndicator.E_Marker
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum uavsim.graphics.instruments.stallenunciator.
StallEnunciator.E_StallState
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum uavsim.graphics.text.
TextProperties.E_Origin
Returns an array containing the constants of this enum type, in the order they are declared.
Vector
- Class in
uavsim.flightdynamicsmodel
Defines a mathematical vector designed to hold either position (as
x
,
y
, and
z
) or attitude (as roll, pitch, and yaw, respectively).
Vector()
- Constructor for class uavsim.flightdynamicsmodel.
Vector
Creates an attitude or position vector with zero values.
Vector(Attitude)
- Constructor for class uavsim.flightdynamicsmodel.
Vector
Creates an attitude vector from Euler angles.
Vector(CoordinateWorld3D)
- Constructor for class uavsim.flightdynamicsmodel.
Vector
Creates a position vector from a 3D world coordinate.
Vector(double, double, double)
- Constructor for class uavsim.flightdynamicsmodel.
Vector
Creates an attitude or position vector.
VectorText
- Class in
uavsim.graphics.text
Renders text strings as scalable vector line drawings.
VectorText(Graphics2D)
- Constructor for class uavsim.graphics.text.
VectorText
Creates a vector text object.
VectorTextCharacterSet
- Class in
uavsim.graphics.text
Defines the vector character set for rending scalable vector graphics of text strings.
VectorTextCharacterSet()
- Constructor for class uavsim.graphics.text.
VectorTextCharacterSet
VectorTextTest
- Class in
uavsim.graphics.text.test
Serves as a for demonstrating the
VectorText
class.
VectorTextTest(int, int)
- Constructor for class uavsim.graphics.text.test.
VectorTextTest
Creates, configures, and executes a new
JavaExample
.
VectorTextTest.VectorDisplay
- Class in
uavsim.graphics.text.test
Provides a container for configuring the examples and displaying them on each paint event.
VectorTextTest.VectorDisplay()
- Constructor for class uavsim.graphics.text.test.
VectorTextTest.VectorDisplay
Velocity
- Class in
uavsim.datatypes
Defines a velocity as a speed and direction as a navigational angle.
Velocity()
- Constructor for class uavsim.datatypes.
Velocity
Creates a velocity object with a default angle and speed of zero.
Velocity(AngleNavigational, Airspeed)
- Constructor for class uavsim.datatypes.
Velocity
Creates a velocity object.
VerticalSpeedIndicator
- Class in
uavsim.graphics.instruments.verticalspeedindicator
Defines a vertical speed indicator.
VerticalSpeedIndicator(String, int, CoordinateCartesianAbsolute)
- Constructor for class uavsim.graphics.instruments.verticalspeedindicator.
VerticalSpeedIndicator
Creates a vertical speed indicator.
VerticalSpeedIndicatorTest
- Class in
uavsim.graphics.instruments.verticalspeedindicator.test
Provides a basic interactive test for
VerticalSpeedIndicator
.
VerticalSpeedIndicatorTest(VerticalSpeedIndicator, Point, int)
- Constructor for class uavsim.graphics.instruments.verticalspeedindicator.test.
VerticalSpeedIndicatorTest
Creates a tester.
VerticalSpeedIndicatorTest.Display
- Class in
uavsim.graphics.instruments.verticalspeedindicator.test
Provides the display for the instrument to test.
VerticalSpeedIndicatorTest.Display()
- Constructor for class uavsim.graphics.instruments.verticalspeedindicator.test.
VerticalSpeedIndicatorTest.Display
VOR_ILS_DME_Frequency
- Class in
uavsim.datatypes
Defines a VOR frequency in terms of major (MHz) and minor (KHz) components between 108.000 and 135.999 with respective steps of 1 and 25.
VOR_ILS_DME_Frequency()
- Constructor for class uavsim.datatypes.
VOR_ILS_DME_Frequency
Creates an absolute frequency object with the default 108.000.
VOR_ILS_DME_Frequency(int, int)
- Constructor for class uavsim.datatypes.
VOR_ILS_DME_Frequency
Creates an absolute frequency object.
VOR_ILS_DME_Frequency(int, int, boolean)
- Constructor for class uavsim.datatypes.
VOR_ILS_DME_Frequency
Creates a relative frequency object.
VORComputer
- Class in
uavsim.computers
Defines a navigation computer that links a VOR (very high frequency omnidirectional range) station, receiver, and instrument.
VORComputer(NavigationChart, VORDMEReceiver, VORLocalizerGlideslope)
- Constructor for class uavsim.computers.
VORComputer
Creates a VOR computer.
VORDMEComputerTest
- Class in
uavsim.computers.test
Defines a basic interactive graphical test of the VOR and DME computers combined.
VORDMEComputerTest()
- Constructor for class uavsim.computers.test.
VORDMEComputerTest
Creates a test.
VORDMEComputerTest.Display
- Class in
uavsim.computers.test
Defines the display panel for the instruments.
VORDMEComputerTest.Display()
- Constructor for class uavsim.computers.test.
VORDMEComputerTest.Display
VORDMEReceiver
- Class in
uavsim.graphics.instruments.vorreceiver
Defines a receiver for a VOR station.
VORDMEReceiver(String, int, CoordinateCartesianAbsolute)
- Constructor for class uavsim.graphics.instruments.vorreceiver.
VORDMEReceiver
Creates a VOR receiver.
VORDMEStation
- Class in
uavsim.navigationmodel
Defines a VOR/DME/VORTAC station.
VORDMEStation(String, CoordinateWorld3D, String, VOR_ILS_DME_Frequency)
- Constructor for class uavsim.navigationmodel.
VORDMEStation
Creates a VOR/DME/VORTAC chart element.
VORLocalizerGlideslope
- Class in
uavsim.graphics.instruments.vorlocalizerglideslope
Defines a standard directional-gyro instrument.
VORLocalizerGlideslope(String, int, CoordinateCartesianAbsolute, boolean)
- Constructor for class uavsim.graphics.instruments.vorlocalizerglideslope.
VORLocalizerGlideslope
Creates a VOR/localizer/glideslope instrument.
VORLocalizerGlideslopeTest
- Class in
uavsim.graphics.instruments.vorlocalizerglideslope.test
Provides a basic interactive test for
VORLocalizerGlideslope
.
VORLocalizerGlideslopeTest(VORLocalizerGlideslope, Point, int)
- Constructor for class uavsim.graphics.instruments.vorlocalizerglideslope.test.
VORLocalizerGlideslopeTest
Creates a tester.
VORLocalizerGlideslopeTest.Display
- Class in
uavsim.graphics.instruments.vorlocalizerglideslope.test
Provides the display for the instrument to test.
VORLocalizerGlideslopeTest.Display()
- Constructor for class uavsim.graphics.instruments.vorlocalizerglideslope.test.
VORLocalizerGlideslopeTest.Display
VORReceiverTest
- Class in
uavsim.graphics.instruments.vorreceiver.test
Provides a basic interactive test for
VORReceiver
.
VORReceiverTest(VORDMEReceiver, Point, int)
- Constructor for class uavsim.graphics.instruments.vorreceiver.test.
VORReceiverTest
Creates a tester.
VORReceiverTest.Display
- Class in
uavsim.graphics.instruments.vorreceiver.test
Provides the display for the instrument to test.
VORReceiverTest.Display()
- Constructor for class uavsim.graphics.instruments.vorreceiver.test.
VORReceiverTest.Display
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_