NASA World Wind

gov.nasa.worldwind.globes
Class Mars

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.globes.EllipsoidalGlobe
              extended by gov.nasa.worldwind.globes.Mars
All Implemented Interfaces:
AVList, Extent, Globe, WWObject, PropertyChangeListener, EventListener

public class Mars
extends EllipsoidalGlobe


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.globes.EllipsoidalGlobe
EllipsoidalGlobe.StateKey
 
Field Summary
static double EQUATORIAL_RADIUS
           
static double ES
           
static double POLAR_RADIUS
           
 
Fields inherited from class gov.nasa.worldwind.globes.EllipsoidalGlobe
equatorialRadius, es, polarRadius
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
Mars()
           
 
Method Summary
 
Methods inherited from class gov.nasa.worldwind.globes.EllipsoidalGlobe
cartesianToGeodetic, computeBoundingCylinder, computeBoundingCylinder, computeBoundsFromSectorLatitudeRange, computeBoundsFromSectorQuadrilateral, computeBoundsFromSectorVertices, computeNorthPointingTangentAtLocation, computePointFromPosition, computePointFromPosition, computePositionFromPoint, computeSurfaceNormalAtLocation, computeSurfaceNormalAtPoint, computeTransformToPosition, computeTransformToPosition, geodeticToCartesian, getCenter, getDiameter, getEccentricitySquared, getElevation, getElevationModel, getElevations, getEquatorialRadius, getExtent, getIntersectionPosition, getMaxElevation, getMaximumRadius, getMinAndMaxElevations, getMinElevation, getPolarRadius, getRadius, getRadiusAt, getRadiusAt, getStateKey, getTessellator, intersect, intersect, intersect, intersect, intersects, intersects, intersects, isPointAboveElevation, setElevationModel, setTessellator, tessellate
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Field Detail

EQUATORIAL_RADIUS

public static final double EQUATORIAL_RADIUS
See Also:
Constant Field Values

ES

public static final double ES
See Also:
Constant Field Values

POLAR_RADIUS

public static final double POLAR_RADIUS
See Also:
Constant Field Values
Constructor Detail

Mars

public Mars()

NASA World Wind