gov.nasa.worldwind.globes
Interface Globe
- All Superinterfaces:
- AVList, EventListener, Extent, PropertyChangeListener, WWObject
- All Known Implementing Classes:
- Earth, EarthFlat, EllipsoidalGlobe, FlatGlobe
public interface Globe
- extends WWObject, Extent
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 |
computeBoundingCylinder
Cylinder computeBoundingCylinder(double verticalExaggeration,
Sector sector)
computePointFromPosition
Vec4 computePointFromPosition(Angle latitude,
Angle longitude,
double metersElevation)
computePointFromPosition
Vec4 computePointFromPosition(Position position)
computePositionFromPoint
Position computePositionFromPoint(Vec4 point)
computeSurfaceNormalAtPoint
Vec4 computeSurfaceNormalAtPoint(Vec4 p)
getBestElevation
Double getBestElevation(Angle latitude,
Angle longitude)
getEccentricitySquared
double getEccentricitySquared()
getElevation
double getElevation(Angle latitude,
Angle longitude)
getElevationAtResolution
Double getElevationAtResolution(Angle latitude,
Angle longitude,
double resolution)
getElevationModel
ElevationModel getElevationModel()
getEquatorialRadius
double getEquatorialRadius()
getExtent
Extent getExtent()
getIntersectionPosition
Position getIntersectionPosition(Line line)
getMaxElevation
double getMaxElevation()
getMaxElevation
double getMaxElevation(Sector sector)
getMaximumRadius
double getMaximumRadius()
getMinElevation
double getMinElevation()
getMinElevation
double getMinElevation(Sector sector)
getPolarRadius
double getPolarRadius()
getRadiusAt
double getRadiusAt(Angle latitude,
Angle longitude)
getRadiusAt
double getRadiusAt(LatLon latLon)
getTessellator
Tessellator getTessellator()
intersect
Intersection[] intersect(Line line,
double altitude)
setTessellator
void setTessellator(Tessellator tessellator)
tessellate
SectorGeometryList tessellate(DrawContext dc)