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.
|
Modifier and Type | Method and Description |
---|---|
TacticalQuad |
TacticalGraphicFactory.createQuad(java.lang.String symbolIdentifier,
java.lang.Iterable<? extends Position> positions,
AVList modifiers)
Create a graphic with four sides.
|
Modifier and Type | Method and Description |
---|---|
TacticalQuad |
MilStd2525GraphicFactory.createQuad(java.lang.String sidc,
java.lang.Iterable<? extends Position> positions,
AVList modifiers)
Create a graphic with four sides.
|
Modifier and Type | Class and 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).
|