NASA World Wind

Uses of Class
gov.nasa.worldwind.render.airspaces.Box

Packages that use Box
gov.nasa.worldwind.render.airspaces   
 

Uses of Box in gov.nasa.worldwind.render.airspaces
 

Methods in gov.nasa.worldwind.render.airspaces that return Box
 Box Route.addLeg(LatLon start, LatLon end)
           
 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
 List<Box> TrackAirspace.getLegs()
           
 

Methods in gov.nasa.worldwind.render.airspaces with parameters of type Box
protected  void TrackAirspace.addLeg(Box leg)
           
protected  boolean TrackAirspace.areLegsDisjoint(Box leg1, Box leg2)
           
protected  Plane TrackAirspace.computeJoiningPlane(DrawContext dc, Box leg1, Box leg2)
           
static Vec4[] Box.computeStandardVertices(DrawContext dc, Box box)
           
 

Method parameters in gov.nasa.worldwind.render.airspaces with type arguments of type Box
protected  void TrackAirspace.addLegs(Iterable<Box> newLegs)
           
 void TrackAirspace.setLegs(Collection<Box> legs)
           
 

Constructor parameters in gov.nasa.worldwind.render.airspaces with type arguments of type Box
TrackAirspace(Collection<Box> legs)
           
 


NASA World Wind