gov.nasa.worldwind
Interface Globe
- All Superinterfaces:
- AVList, EventListener, Extent, PropertyChangeListener, WWObject
- All Known Implementing Classes:
- Earth, EllipsoidalGlobe
public interface Globe
- extends WWObject, Extent
| Methods inherited from interface gov.nasa.worldwind.AVList |
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, firePropertyChange, getStringValue, getValue, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue |
computePointFromPosition
Point computePointFromPosition(Angle latitude,
Angle longitude,
double metersElevation)
computePointFromPosition
Point computePointFromPosition(Position position)
computePositionFromPoint
Position computePositionFromPoint(Point point)
computeSurfaceNormalAtPoint
Point computeSurfaceNormalAtPoint(Point p)
getEccentricitySquared
double getEccentricitySquared()
getElevation
double getElevation(Angle latitude,
Angle longitude)
getElevationModel
ElevationModel getElevationModel()
getEquatorialRadius
double getEquatorialRadius()
getExtent
Extent getExtent()
getIntersectionPosition
Position getIntersectionPosition(Line line)
getMaxElevation
double getMaxElevation()
getMaximumRadius
double getMaximumRadius()
getMinElevation
double getMinElevation()
getPolarRadius
double getPolarRadius()
getRadiusAt
double getRadiusAt(Angle latitude,
Angle longitude)