Uses of Interface
gov.nasa.worldwind.symbology.TacticalQuad
-
Packages that use TacticalQuad Package Description gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.symbology.milstd2525 Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics. -
-
Uses of TacticalQuad in gov.nasa.worldwind.symbology
Methods in gov.nasa.worldwind.symbology that return TacticalQuad Modifier and Type Method Description TacticalQuad
TacticalGraphicFactory. createQuad(java.lang.String symbolIdentifier, java.lang.Iterable<? extends Position> positions, AVList modifiers)
Create a graphic with four sides. -
Uses of TacticalQuad in gov.nasa.worldwind.symbology.milstd2525
Methods in gov.nasa.worldwind.symbology.milstd2525 that return TacticalQuad Modifier and Type Method Description TacticalQuad
MilStd2525GraphicFactory. createQuad(java.lang.String sidc, java.lang.Iterable<? extends Position> positions, AVList modifiers)
Create a graphic with four sides. -
Uses of TacticalQuad in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that implement TacticalQuad Modifier and Type Class Description class
AbstractRectangularGraphic
Base class for rectangular area graphics.class
RectangularFireSupportArea
Implementation of rectangular Fire Support graphics.class
RectangularPositionArea
Implementation of the Position Area for Artillery, Rectangular graphic (2.X.4.3.2.6.1).class
RectangularTarget
Implementation of the Rectangular Target graphic (hierarchy 2.X.4.3.1.1, SIDC: G*FPATR---****X).
-