|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use LatLon | |
|---|---|
| gov.nasa.worldwind | |
| gov.nasa.worldwind.geom | |
| gov.nasa.worldwind.globes | |
| Uses of LatLon in gov.nasa.worldwind |
|---|
| Methods in gov.nasa.worldwind that return LatLon | |
|---|---|
LatLon |
BasicOrbitView.computeVisibleLatLonRange()
|
LatLon |
LevelSet.getLevelZeroTileDelta()
|
LatLon |
PlaceNameService.getTileDelta()
|
LatLon |
Level.getTileDelta()
|
| Methods in gov.nasa.worldwind with parameters of type LatLon | |
|---|---|
void |
View.goToCoordinate(LatLon newLatLon,
double newAltitude)
Moves the View eye point to the new polar coordinate (latitude, longitude, elevation). |
void |
BasicOrbitView.goToCoordinate(LatLon newLatLon,
double newAltitude)
|
void |
View.goToLatLon(LatLon newLatLon)
Moves the View eye point to the new geographic (latitude, longitude) coordinate. |
void |
BasicOrbitView.goToLatLon(LatLon newLatLon)
|
| Constructors in gov.nasa.worldwind with parameters of type LatLon | |
|---|---|
PlaceNameService(String service,
String dataset,
String fileCachePath,
Sector sector,
LatLon tileDelta,
Font font)
|
|
| Uses of LatLon in gov.nasa.worldwind.geom |
|---|
| Methods in gov.nasa.worldwind.geom that return LatLon | |
|---|---|
static LatLon |
LatLon.fromDegrees(double latitude,
double longitude)
Factory method for obtaining a new LatLon from two angles expressed in degrees. |
static LatLon |
LatLon.fromRadians(double latitude,
double longitude)
Factor method for obtaining a new LatLon from two angles expressed in radians. |
LatLon |
Sector.getCentroid()
Returns the latitude and longitude of the sector's angular center: (minimum latitude + maximum latitude) / 2, (minimum longitude + maximum longitude) / 2. |
LatLon[] |
Quadrilateral.getCorners()
|
static LatLon |
LatLon.interpolate(double t,
LatLon begin,
LatLon end)
|
| Methods in gov.nasa.worldwind.geom that return types with arguments of type LatLon | |
|---|---|
ArrayList<LatLon> |
SurfaceShape.getPositions()
|
| Methods in gov.nasa.worldwind.geom with parameters of type LatLon | |
|---|---|
boolean |
Sector.contains(LatLon latLon)
Determines whether a latitude/longitude position is within the sector. |
static LatLon |
LatLon.interpolate(double t,
LatLon begin,
LatLon end)
|
void |
Quadrilateral.setCorners(LatLon southWest,
LatLon northEast)
|
| Method parameters in gov.nasa.worldwind.geom with type arguments of type LatLon | |
|---|---|
static Sector |
Sector.boundingSector(Iterable<LatLon> positions)
|
void |
Polyline.setPositions(Iterable<LatLon> inPositions,
double elevation)
|
| Constructors in gov.nasa.worldwind.geom with parameters of type LatLon | |
|---|---|
Quadrilateral(LatLon southwestCorner,
LatLon northeastCorner,
double elevation)
|
|
| Constructor parameters in gov.nasa.worldwind.geom with type arguments of type LatLon | |
|---|---|
Polyline(Iterable<LatLon> positions,
double elevation)
|
|
SurfacePolygon(Iterable<LatLon> positions)
|
|
SurfacePolygon(Iterable<LatLon> positions,
Color color,
Color borderColor)
|
|
SurfacePolyline(Iterable<LatLon> positions)
|
|
SurfacePolyline(Iterable<LatLon> positions,
Color color,
Color borderColor)
|
|
SurfaceShape(Iterable<LatLon> positions,
Color color,
Color borderColor)
|
|
| Uses of LatLon in gov.nasa.worldwind.globes |
|---|
| Methods in gov.nasa.worldwind.globes with parameters of type LatLon | |
|---|---|
static gov.nasa.worldwind.globes.EllipsoidIcosahedralTessellator.IcosaTile |
EllipsoidIcosahedralTessellator.createTileFromAngles(gov.nasa.worldwind.globes.EllipsoidIcosahedralTessellator.GlobeInfo globeInfo,
int level,
LatLon g0,
LatLon g1,
LatLon g2)
|
|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||