| Package | Description |
|---|---|
| gov.nasa.worldwind.render.airspaces | |
| gov.nasa.worldwind.util |
| Modifier and Type | Field and Description |
|---|---|
protected List<Box> |
TrackAirspace.legs |
| Modifier and Type | Method and Description |
|---|---|
Box |
Route.addLeg(LatLon start,
LatLon end) |
Box |
TrackAirspace.addLeg(LatLon start,
LatLon end,
double lowerAltitude,
double upperAltitude,
double leftWidth,
double rightWidth) |
Box |
Route.addLeg(LatLon start,
LatLon end,
double lowerAltitude,
double upperAltitude,
double leftWidth,
double rightWidth) |
| Modifier and Type | Method and Description |
|---|---|
List<Box> |
TrackAirspace.getLegs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TrackAirspace.addLeg(Box leg) |
protected void |
TrackAirspace.joinLegs(Box leg1,
Box leg2)
Modifies the adjacent edges of the specified adjacent legs to produce a seamless transition from the first leg to
the second.
|
protected boolean |
TrackAirspace.mustJoinLegs(Box leg1,
Box leg2)
Specifies whether the legs must have their adjacent edges joined.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TrackAirspace.addLegs(Iterable<Box> newLegs) |
void |
TrackAirspace.setLegs(Collection<Box> legs) |
void |
Route.setLegs(Collection<Box> legs) |
| Constructor and Description |
|---|
Box(Box source) |
| Constructor and Description |
|---|
TrackAirspace(Collection<Box> legs) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Box> |
ShapeEditor.trackAdjacencyList
Indicates track legs that are adjacent to their previous leg in the track.
|