Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.symbology.milstd2525.graphics.areas |
MIL-STD-2525 area graphics.
|
gov.nasa.worldwind.symbology.milstd2525.graphics.lines |
MIL-STD-2525 line graphics.
|
gov.nasa.worldwindx.examples | |
gov.nasa.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
gov.nasa.worldwindx.examples.multiwindow |
Examples of how to use multiple WorldWind globes in the same application.
|
gov.nasa.worldwindx.examples.shapebuilder | |
gov.nasa.worldwindx.examples.util | |
gov.nasa.worldwindx.performance |
Modifier and Type | Class and Description |
---|---|
class |
KMLLineStringPlacemarkImpl |
Modifier and Type | Field and Description |
---|---|
Path |
Path.PickablePositions.path
The Path who's position points are associated with the specified color code range.
|
Modifier and Type | Method and Description |
---|---|
void |
Path.PathPickSupport.addPickablePositions(int minColorCode,
int maxColorCode,
Path path)
Registers a range of unique pick color codes with a Path, representing the range of pick colors that the
Path's position points are drawn in.
|
Constructor and Description |
---|
MultiResolutionPathData(DrawContext dc,
Path shape)
Creates a new MultiResolutionPathData with the specified draw context and path.
|
Path(Path source) |
PathData(DrawContext dc,
Path shape) |
PickablePositions(int minColorCode,
int maxColorCode,
Path path)
Creates a new PickablePositions with the specified color code range and Path.
|
Modifier and Type | Field and Description |
---|---|
protected Path |
LimitedAccessArea.path |
protected Path |
Dummy.path |
protected Path[] |
SearchArea.paths
Path used to render the line.
|
protected Path[] |
AttackByFirePosition.paths
Path used to render the graphic.
|
protected Path[] |
Ambush.paths
Path used to render the graphic.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Path> |
AirfieldZone.airfieldPaths
Paths used to draw the airfield graphic.
|
protected java.util.List<Path> |
SectorRangeFan.paths
Rings that make up the range fan.
|
Modifier and Type | Method and Description |
---|---|
protected Path |
LimitedAccessArea.createPath()
Create and configure the Path used to render this graphic.
|
protected Path |
Dummy.createPath() |
protected Path |
SectorRangeFan.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
protected Path |
SearchArea.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
protected Path |
AttackByFirePosition.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
protected Path |
Ambush.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Path> |
AirfieldZone.createAirfieldPaths(DrawContext dc)
Create shapes to draw the airfield graphic.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AirfieldZone.configurePath(Path path)
Configure a path in the airfield graphic.
|
protected void |
Ambush.createLegs(DrawContext dc,
Ambush.ArcData arcData,
Path[] paths,
int startIndex,
int pathCount)
Create paths for the graphic's "legs".
|
Modifier and Type | Field and Description |
---|---|
protected Path |
PullUpPoint.bowtie
Path to draw the bowtie in the middle of the circle.
|
protected Path |
PhaseLine.path
Path used to render the line.
|
protected Path |
HoldingLine.path
Path used to render the line.
|
protected Path |
FireSupportLine.path
Paths used to render the graphic.
|
protected Path |
LineOfContact.path2
Line of Contact is drawn with two paths.
|
protected Path[] |
PrincipleDirectionOfFire.paths
Path used to render the line.
|
protected Path[] |
LinearTarget.paths
Paths used to render the graphic.
|
protected Path[] |
InfiltrationLane.paths
Path used to render the line.
|
protected Path[] |
DirectionOfAttack.paths
Path used to render the line.
|
protected Path[] |
AbstractAxisArrow.paths
Path used to render the line.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Path> |
Route.paths
Path used to render the route.
|
Modifier and Type | Method and Description |
---|---|
protected Path |
PullUpPoint.createBowtie(DrawContext dc)
Create a path to draw the bowtie graphic in the middle of the circle.
|
protected Path |
PullUpPoint.createPath()
Create and configure the Path used to render this graphic.
|
protected Path |
PhaseLine.createPath()
Create and configure the Path used to render this graphic.
|
protected Path |
HoldingLine.createPath()
Create and configure the Path used to render this graphic.
|
protected Path |
FireSupportLine.createPath()
Create and configure the Path used to render this graphic.
|
protected Path |
AbstractAxisArrow.createPath()
Create and configure the Path used to render this graphic.
|
protected Path |
PrincipleDirectionOfFire.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
protected Path |
LinearTarget.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
protected Path |
InfiltrationLane.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
protected Path |
DirectionOfAttack.createPath(java.util.List<Position> positions)
Create and configure the Path used to render this graphic.
|
protected Path |
Route.createPath(Position start,
Position end)
Create between two points and configure the Path.
|
Modifier and Type | Field and Description |
---|---|
protected Path |
ShapeEditingExtension.Arrow.head |
protected Path |
ShapeEditingExtension.Arrow.shaft |
Modifier and Type | Method and Description |
---|---|
protected static Path |
ExportKML.makePath() |
Modifier and Type | Method and Description |
---|---|
protected Path |
FlatAndRoundGlobes.makePath(Position startPosition,
Angle heading,
Angle length,
int numPositions) |
Modifier and Type | Field and Description |
---|---|
protected Path |
RigidShapeEditor.tempPath |
protected Path |
RigidShapeEditor.tempPath2 |
protected Path |
RigidShapeEditor.tempPath3 |
Modifier and Type | Class and Description |
---|---|
class |
DirectedPath
A
Path that draws arrowheads between the path positions to indicate direction. |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Path> |
VeryManyPaths.AppFrame.paths |
Modifier and Type | Method and Description |
---|---|
protected Path |
VeryManyPaths.AppFrame.makePath(Position startPosition,
Angle heading,
Angle length,
int numPositions) |