NASA World Wind

gov.nasa.worldwind.view.firstperson
Class FlyViewLimits

java.lang.Object
  extended by gov.nasa.worldwind.view.BasicViewPropertyLimits
      extended by gov.nasa.worldwind.view.firstperson.FlyViewLimits
All Implemented Interfaces:
ViewPropertyLimits

public class FlyViewLimits
extends BasicViewPropertyLimits


Field Summary
 
Fields inherited from class gov.nasa.worldwind.view.BasicViewPropertyLimits
eyeLocationLimits, maxEyeElevation, maxHeading, maxPitch, maxRoll, minEyeElevation, minHeading, minPitch, minRoll
 
Constructor Summary
FlyViewLimits()
           
 
Method Summary
 double limitEyeElevation(double elevation)
           
 double limitEyeElevation(Position position, Globe globe)
           
 
Methods inherited from class gov.nasa.worldwind.view.BasicViewPropertyLimits
getEyeElevationLimits, getEyeLocationLimits, getHeadingLimits, getPitchLimits, getRestorableState, getRollLimits, limitEyeElevation, limitEyePositionLocation, limitHeading, limitPitch, limitRoll, restoreState, setEyeElevationLimits, setEyeLocationLimits, setHeadingLimits, setPitchLimits, setRollLimits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlyViewLimits

public FlyViewLimits()
Method Detail

limitEyeElevation

public double limitEyeElevation(double elevation)

limitEyeElevation

public double limitEyeElevation(Position position,
                                Globe globe)

NASA World Wind