Uses of Interface
gov.nasa.worldwind.view.orbit.OrbitViewLimits
- 
Packages that use OrbitViewLimits Package Description gov.nasa.worldwind.view.orbit 
- 
- 
Uses of OrbitViewLimits in gov.nasa.worldwind.view.orbitClasses in gov.nasa.worldwind.view.orbit that implement OrbitViewLimits Modifier and Type Class Description classBasicOrbitViewLimitsBasicOrbitViewLimits provides an implementation of OrbitViewLimits.Methods in gov.nasa.worldwind.view.orbit that return OrbitViewLimits Modifier and Type Method Description OrbitViewLimitsBasicOrbitView. getOrbitViewLimits()Returns theOrbitViewLimitsthat apply to thisOrbitView.OrbitViewLimitsOrbitView. getOrbitViewLimits()Get the limits for this OrbitView.Methods in gov.nasa.worldwind.view.orbit with parameters of type OrbitViewLimits Modifier and Type Method Description voidBasicOrbitView. setOrbitViewLimits(OrbitViewLimits viewLimits)Sets theOrbitViewLimitsthat will apply to thisOrbitView.voidOrbitView. setOrbitViewLimits(OrbitViewLimits limits)Set the limits for this OrbitView.
 
-