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 TacticalQuadTacticalGraphicFactory. 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 TacticalQuadMilStd2525GraphicFactory. 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 classAbstractRectangularGraphicBase class for rectangular area graphics.classRectangularFireSupportAreaImplementation of rectangular Fire Support graphics.classRectangularPositionAreaImplementation of the Position Area for Artillery, Rectangular graphic (2.X.4.3.2.6.1).classRectangularTargetImplementation of the Rectangular Target graphic (hierarchy 2.X.4.3.1.1, SIDC: G*FPATR---****X).
-