NASA World Wind

Uses of Interface
gov.nasa.worldwind.globes.Globe

Packages that use Globe
gov.nasa.worldwind   
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.geom.coords   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.render   
gov.nasa.worldwind.view   
 

Uses of Globe in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Globe
 Globe Model.getGlobe()
           
 Globe BasicModel.getGlobe()
           
 

Methods in gov.nasa.worldwind with parameters of type Globe
 void Model.setGlobe(Globe globe)
           
 void BasicModel.setGlobe(Globe globe)
           
 

Uses of Globe in gov.nasa.worldwind.applications.sar
 

Methods in gov.nasa.worldwind.applications.sar with parameters of type Globe
static Position RayCastingSupport.intersectRayWithTerrain(Globe globe, Vec4 origin, Vec4 direction)
          Compute the intersection Position of the globe terrain with the ray starting at origin in the given direction.
static Position RayCastingSupport.intersectRayWithTerrain(Globe globe, Vec4 origin, Vec4 direction, double sampleLength, double precision)
          Compute the intersection Position of the globe terrain with the ray starting at origin in the given direction.
static Vec4 RayCastingSupport.intersectSegmentWithTerrain(Globe globe, Vec4 p1, Vec4 p2)
          Compute the intersection Vec4 point of the globe terrain with a line segment defined between two points.
static Vec4 RayCastingSupport.intersectSegmentWithTerrain(Globe globe, Vec4 p1, Vec4 p2, double sampleLength, double precision)
          Compute the intersection Vec4 point of the globe terrain with the a segment defined between two points.
 

Uses of Globe in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom with parameters of type Globe
static Extent Sector.computeBoundingSphere(Globe globe, double verticalExaggeration, Sector sector)
          Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration.
 Vec4 Sector.computeCenterPoint(Globe globe)
           
 Vec4[] Sector.computeCornerPoints(Globe globe)
           
 

Uses of Globe in gov.nasa.worldwind.geom.coords
 

Methods in gov.nasa.worldwind.geom.coords with parameters of type Globe
static UTMCoord UTMCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe)
          Create a set of UTM coordinates from a pair of latitude and longitude for the given Globe.
static MGRSCoord MGRSCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe)
          Create a MGRS coordinate from a pair of latitude and longitude Angle with the maximum precision of five digits (one meter).
static TMCoord TMCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe, Angle originLatitude, Angle centralMeridian, double falseEasting, double falseNorthing, double scale)
          Create a set of Transverse Mercator coordinates from a pair of latitude and longitude, for the given Globe and projection parameters.
static MGRSCoord MGRSCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe, int precision)
          Create a MGRS coordinate from a pair of latitude and longitude Angle with the given precision or number of digits (1 to 5).
static MGRSCoord MGRSCoord.fromString(java.lang.String MGRSString, Globe globe)
          Create a MGRS coordinate from a standard MGRS coordinate text string.
static TMCoord TMCoord.fromTM(double easting, double northing, Globe globe, Angle originLatitude, Angle centralMeridian, double falseEasting, double falseNorthing, double scale)
          Create a set of Transverse Mercator coordinates for the given Globe, easting, northing and projection parameters.
static UTMCoord UTMCoord.fromUTM(int zone, char hemisphere, double easting, double northing, Globe globe)
          Create a set of UTM coordinates for the given Globe.
 

Uses of Globe in gov.nasa.worldwind.globes
 

Classes in gov.nasa.worldwind.globes that implement Globe
 class Earth
           
 class EarthFlat
           
 class EllipsoidalGlobe
           
 class FlatGlobe
          Flat globe.
 class Mars
           
 class Moon
           
 

Methods in gov.nasa.worldwind.globes with parameters of type Globe
 int ElevationModel.getTargetResolution(Globe globe, double size)
           
 int BasicElevationModel.getTargetResolution(Globe globe, double size)
           
 

Uses of Globe in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers with parameters of type Globe
 int TiledImageLayer.computeLevelForResolution(Sector sector, Globe globe, double resolution)
           
 Vec4 TextureTile.getCentroidPoint(Globe globe)
           
 

Uses of Globe in gov.nasa.worldwind.render
 

Fields in gov.nasa.worldwind.render declared as Globe
protected  Globe SurfaceShape.globe
           
 

Methods in gov.nasa.worldwind.render that return Globe
 Globe DrawContextImpl.getGlobe()
           
 Globe DrawContext.getGlobe()
          Retrieves the current Globe, which may be null.
 

Methods in gov.nasa.worldwind.render with parameters of type Globe
static SurfaceShape SurfaceShape.createEllipse(Globe globe, LatLon center, double majorAxisLength, double minorAxisLength, Angle orientation, int intervals, java.awt.Color interiorColor, java.awt.Color borderColor, java.awt.Dimension textureSize)
           
protected abstract  java.awt.image.BufferedImage SurfaceShape.drawShape(Globe globe, Sector sector, java.awt.image.BufferedImage image)
           
protected  java.awt.image.BufferedImage SurfacePolygon.drawShape(Globe globe, Sector sector, java.awt.image.BufferedImage image)
          Draw all or part of the shape that intersects a given Sector into the given BufferedImage
 

Constructors in gov.nasa.worldwind.render with parameters of type Globe
SurfaceCircle(Globe globe, LatLon center, double radius, int intervals)
           
SurfaceCircle(Globe globe, LatLon center, double radius, int intervals, java.awt.Color interiorColor, java.awt.Color borderColor)
           
SurfaceCircle(Globe globe, LatLon center, double radius, int intervals, java.awt.Color interiorColor, java.awt.Color borderColor, java.awt.Dimension textureSize)
           
SurfaceEllipse(Globe globe, LatLon center, double majorAxisLength, double minorAxisLength, Angle orientation, int intervals)
           
SurfaceEllipse(Globe globe, LatLon center, double majorAxisLength, double minorAxisLength, Angle orientation, int intervals, java.awt.Color interiorColor, java.awt.Color borderColor)
           
SurfaceEllipse(Globe globe, LatLon center, double majorAxisLength, double minorAxisLength, Angle orientation, int intervals, java.awt.Color interiorColor, java.awt.Color borderColor, java.awt.Dimension textureSize)
           
SurfaceQuad(Globe globe, LatLon center, double width, double height, Angle orientation)
           
SurfaceQuad(Globe globe, LatLon center, double width, double height, Angle orientation, java.awt.Color interiorColor, java.awt.Color borderColor)
           
SurfaceQuad(Globe globe, LatLon center, double width, double height, Angle orientation, java.awt.Color interiorColor, java.awt.Color borderColor, java.awt.Dimension textureSize)
           
SurfaceSquare(Globe globe, LatLon center, double width)
           
SurfaceSquare(Globe globe, LatLon center, double width, java.awt.Color interiorColor, java.awt.Color borderColor)
           
SurfaceSquare(Globe globe, LatLon center, double width, java.awt.Color interiorColor, java.awt.Color borderColor, java.awt.Dimension textureSize)
           
 

Uses of Globe in gov.nasa.worldwind.view
 

Methods in gov.nasa.worldwind.view with parameters of type Globe
 double ViewSupport.computeHorizonDistance(Globe globe, double elevation)
           
 OrbitViewModel.ModelCoordinates OrbitViewModel.computeModelCoordinates(Globe globe, Matrix modelview, Vec4 centerPoint)
           
 OrbitViewModel.ModelCoordinates BasicOrbitViewModel.computeModelCoordinates(Globe globe, Matrix modelTransform, Vec4 centerPoint)
           
 OrbitViewModel.ModelCoordinates OrbitViewModel.computeModelCoordinates(Globe globe, Vec4 eyePoint, Vec4 centerPoint, Vec4 up)
           
 OrbitViewModel.ModelCoordinates BasicOrbitViewModel.computeModelCoordinates(Globe globe, Vec4 eyePoint, Vec4 centerPoint, Vec4 up)
           
 Matrix OrbitViewModel.computeTransformMatrix(Globe globe, Position center, Angle heading, Angle pitch, double zoom)
           
 Matrix BasicOrbitViewModel.computeTransformMatrix(Globe globe, Position center, Angle heading, Angle pitch, double zoom)
           
static FlyToOrbitViewStateIterator FlyToOrbitViewStateIterator.createPanToIterator(Globe globe, Position beginCenter, Position endCenter, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom)
           
static FlyToOrbitViewStateIterator FlyToOrbitViewStateIterator.createPanToIterator(Globe globe, Position beginCenter, Position endCenter, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, boolean endCenterOnSurface)
           
static FlyToOrbitViewStateIterator FlyToOrbitViewStateIterator.createPanToIterator(Globe globe, Position beginCenter, Position endCenter, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long lengthMillis)
           
static FlyToOrbitViewStateIterator FlyToOrbitViewStateIterator.createPanToIterator(Globe globe, Position beginCenter, Position endCenter, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long lengthMillis, boolean endCenterOnSurface)
           
static FlyToOrbitViewStateIterator FlyToOrbitViewStateIterator.createPanToIterator(OrbitView orbitView, Globe globe, Position center, Angle heading, Angle pitch, double zoom)
           
static FlyToOrbitViewStateIterator FlyToOrbitViewStateIterator.createPanToIterator(OrbitView orbitView, Globe globe, Position center, Angle heading, Angle pitch, double zoom, boolean endCenterOnSurface)
           
 


NASA World Wind