Uses of Class
gov.nasa.worldwind.render.airspaces.Box
-
Packages that use Box Package Description gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.util -
-
Uses of Box in gov.nasa.worldwind.render.airspaces
Fields in gov.nasa.worldwind.render.airspaces with type parameters of type Box Modifier and Type Field Description protected java.util.List<Box>
TrackAirspace. legs
Methods in gov.nasa.worldwind.render.airspaces that return Box Modifier and Type Method Description Box
Route. addLeg(LatLon start, LatLon end)
Box
Route. addLeg(LatLon start, LatLon end, double lowerAltitude, double upperAltitude, double leftWidth, double rightWidth)
Box
TrackAirspace. addLeg(LatLon start, LatLon end, double lowerAltitude, double upperAltitude, double leftWidth, double rightWidth)
Methods in gov.nasa.worldwind.render.airspaces that return types with arguments of type Box Modifier and Type Method Description java.util.List<Box>
TrackAirspace. getLegs()
Methods in gov.nasa.worldwind.render.airspaces with parameters of type Box Modifier and Type Method 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.Method parameters in gov.nasa.worldwind.render.airspaces with type arguments of type Box Modifier and Type Method Description protected void
TrackAirspace. addLegs(java.lang.Iterable<Box> newLegs)
void
Route. setLegs(java.util.Collection<Box> legs)
void
TrackAirspace. setLegs(java.util.Collection<Box> legs)
Constructors in gov.nasa.worldwind.render.airspaces with parameters of type Box Constructor Description Box(Box source)
Constructor parameters in gov.nasa.worldwind.render.airspaces with type arguments of type Box Constructor Description TrackAirspace(java.util.Collection<Box> legs)
-
Uses of Box in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util with type parameters of type Box Modifier and Type Field Description protected java.util.List<Box>
ShapeEditor. trackAdjacencyList
Indicates track legs that are adjacent to their previous leg in the track.
-