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.airspacesFields in gov.nasa.worldwind.render.airspaces with type parameters of type Box Modifier and Type Field Description protected java.util.List<Box>TrackAirspace. legsMethods in gov.nasa.worldwind.render.airspaces that return Box Modifier and Type Method Description BoxRoute. addLeg(LatLon start, LatLon end)BoxRoute. addLeg(LatLon start, LatLon end, double lowerAltitude, double upperAltitude, double leftWidth, double rightWidth)BoxTrackAirspace. 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 voidTrackAirspace. addLeg(Box leg)protected voidTrackAirspace. 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 booleanTrackAirspace. 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 voidTrackAirspace. addLegs(java.lang.Iterable<Box> newLegs)voidRoute. setLegs(java.util.Collection<Box> legs)voidTrackAirspace. 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.utilFields in gov.nasa.worldwind.util with type parameters of type Box Modifier and Type Field Description protected java.util.List<Box>ShapeEditor. trackAdjacencyListIndicates track legs that are adjacent to their previous leg in the track.
 
-