| Package | Description | 
|---|---|
| gov.nasa.worldwind | |
| gov.nasa.worldwind.view | 
 
The view package contains implementations, and support for implementations of the
 
View interface. | 
| gov.nasa.worldwind.view.firstperson | |
| gov.nasa.worldwind.view.orbit | 
| Modifier and Type | Method and Description | 
|---|---|
ViewPropertyLimits | 
View.getViewPropertyLimits()
Get the  
ViewPropertyLimits for this view. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicViewPropertyLimits
BasicViewPropertyLimits provides an implementation of ViewPropertyLimits. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ViewPropertyLimits | 
BasicView.viewLimits  | 
| Modifier and Type | Method and Description | 
|---|---|
ViewPropertyLimits | 
BasicView.getViewPropertyLimits()  | 
| Modifier and Type | Method and Description | 
|---|---|
static double | 
BasicViewPropertyLimits.limitEyeElevation(double elevation,
                 ViewPropertyLimits viewLimits)
Deprecated. 
 
 | 
static LatLon | 
BasicViewPropertyLimits.limitEyePositionLocation(Angle latitude,
                        Angle longitude,
                        ViewPropertyLimits viewLimits)
Deprecated. 
 
 | 
static Angle | 
BasicViewPropertyLimits.limitHeading(Angle angle,
            ViewPropertyLimits viewLimits)
Deprecated. 
 
 | 
static Angle | 
BasicViewPropertyLimits.limitPitch(Angle angle,
          ViewPropertyLimits viewLimits)
Deprecated. 
 
 | 
static Angle | 
BasicViewPropertyLimits.limitRoll(Angle angle,
         ViewPropertyLimits viewLimits)
Deprecated. 
 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FlyViewLimits  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasicFlyView.setViewPropertyLimits(ViewPropertyLimits limits)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
OrbitViewLimits
OrbitViewLimits extends the ViewPropertyLimits interface to include restrictions on the viewing parameters of an
  
OrbitView. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicOrbitViewLimits
BasicOrbitViewLimits provides an implementation of OrbitViewLimits. 
 |