| Package | Description |
|---|---|
| gov.nasa.worldwind.view.orbit |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicOrbitViewLimits
BasicOrbitViewLimits provides an implementation of OrbitViewLimits.
|
| Modifier and Type | Method and Description |
|---|---|
OrbitViewLimits |
OrbitView.getOrbitViewLimits()
Get the limits for this OrbitView.
|
OrbitViewLimits |
BasicOrbitView.getOrbitViewLimits()
Returns the
OrbitViewLimits that apply to this OrbitView. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BasicOrbitViewLimits.applyLimits(OrbitView view,
OrbitViewLimits viewLimits)
Deprecated.
Use methods that limit individual view properties directly:
BasicOrbitViewLimits.limitCenterPosition(gov.nasa.worldwind.View,
gov.nasa.worldwind.geom.Position), BasicViewPropertyLimits.limitHeading(gov.nasa.worldwind.View,
gov.nasa.worldwind.geom.Angle), etc. |
static double |
BasicOrbitViewLimits.limitCenterElevation(double value,
OrbitViewLimits viewLimits)
Deprecated.
|
static LatLon |
BasicOrbitViewLimits.limitCenterLocation(Angle latitude,
Angle longitude,
OrbitViewLimits viewLimits)
Deprecated.
|
static Position |
BasicOrbitViewLimits.limitCenterPosition(Position position,
OrbitViewLimits viewLimits)
Deprecated.
|
static double |
BasicOrbitViewLimits.limitZoom(double value,
OrbitViewLimits viewLimits)
Deprecated.
|
void |
OrbitView.setOrbitViewLimits(OrbitViewLimits limits)
Set the limits for this OrbitView.
|
void |
BasicOrbitView.setOrbitViewLimits(OrbitViewLimits viewLimits)
Sets the
OrbitViewLimits that will apply to this OrbitView. |