Uses of Interface
gov.nasa.worldwind.symbology.TacticalSymbol
- 
Packages that use TacticalSymbol 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 gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics.gov.nasa.worldwind.symbology.milstd2525.graphics.lines MIL-STD-2525 line graphics.
- 
- 
Uses of TacticalSymbol in gov.nasa.worldwind.symbologyClasses in gov.nasa.worldwind.symbology that implement TacticalSymbol Modifier and Type Class Description classAbstractTacticalSymbolMethods in gov.nasa.worldwind.symbology with parameters of type TacticalSymbol Modifier and Type Method Description voidTacticalSymbol.LODSelector. selectLOD(DrawContext dc, TacticalSymbol symbol, double eyeDistance)Modifies the symbol's attributes and properties to achieve a desired level of detail during rendering.
- 
Uses of TacticalSymbol in gov.nasa.worldwind.symbology.milstd2525Classes in gov.nasa.worldwind.symbology.milstd2525 that implement TacticalSymbol Modifier and Type Class Description classMilStd2525TacticalSymbolImplementation ofTacticalSymbolthat provides support for tactical symbols from the MIL-STD-2525 symbology set.Methods in gov.nasa.worldwind.symbology.milstd2525 that return TacticalSymbol Modifier and Type Method Description protected TacticalSymbolAbstractMilStd2525TacticalGraphic. createSymbol(java.lang.String sidc, Position position, TacticalSymbolAttributes attrs)
- 
Uses of TacticalSymbol in gov.nasa.worldwind.symbology.milstd2525.graphicsClasses in gov.nasa.worldwind.symbology.milstd2525.graphics that implement TacticalSymbol Modifier and Type Class Description classEchelonSymbolTactical symbol implementation to render the echelon modifier as part of a tactical graphic.classTacticalGraphicSymbolImplementation of TacticalSymbol to render point graphics defined by MIL-STD-2525C Appendix B (Tactical Graphics).
- 
Uses of TacticalSymbol in gov.nasa.worldwind.symbology.milstd2525.graphics.areasClasses in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that implement TacticalSymbol Modifier and Type Class Description classLimitedAccessSymbolImplementation of TacticalSymbol that renders a symbol inside a pentagon, for the Limited Access Area graphic.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as TacticalSymbol Modifier and Type Field Description protected TacticalSymbolBattlePosition. echelonSymbolTactical symbol used to render the echelon modifier.protected TacticalSymbolCircularRangeFan. symbolSymbol drawn at the center of the range fan.protected TacticalSymbolLimitedAccessArea. symbolprotected TacticalSymbolSearchArea. symbolSymbol drawn at the center of the range fan.protected TacticalSymbolSectorRangeFan. symbolSymbol drawn at the center of the range fan.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return TacticalSymbol Modifier and Type Method Description protected TacticalSymbolBattlePosition. createEchelonSymbol(java.lang.String sidc)Create a tactical symbol to render the echelon modifier.protected TacticalSymbolLimitedAccessArea. createSymbol(java.lang.String sidc)
- 
Uses of TacticalSymbol in gov.nasa.worldwind.symbology.milstd2525.graphics.linesClasses in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that implement TacticalSymbol Modifier and Type Class Description protected static classForwardEdgeOfBattleArea.FEBASymbolImplementation of TacticalSymbol to draw a symbol at the end of a FEBA line.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as TacticalSymbol Modifier and Type Field Description protected TacticalSymbolAirborne. symbolSymbol drawn at the center of the range fan.protected TacticalSymbolPrincipleDirectionOfFire. symbolSymbol drawn at the center of the range fan.
 
-