NASA World Wind

gov.nasa.worldwind.geom
Class GeoQuad

java.lang.Object
  extended by gov.nasa.worldwind.geom.GeoQuad

public class GeoQuad
extends Object


Field Summary
static int EAST
           
static int NORTH
           
static int NORTHEAST
           
static int NORTHWEST
           
static int SOUTH
           
static int SOUTHEAST
           
static int SOUTHWEST
           
static int WEST
           
 
Constructor Summary
GeoQuad(List<? extends LatLon> corners)
           
 
Method Summary
 Angle distanceToEastEdge(LatLon p)
           
 Angle distanceToNE(LatLon p)
           
 Angle distanceToNorthEdge(LatLon p)
           
 Angle distanceToNW(LatLon p)
           
 Angle distanceToSE(LatLon p)
           
 Angle distanceToSouthEdge(LatLon p)
           
 Angle distanceToSW(LatLon p)
           
 Angle distanceToWestEdge(LatLon p)
           
 LatLon getNe()
           
 LatLon getNw()
           
 LatLon getSe()
           
 LatLon getSw()
           
 LatLon interpolate(double t, double s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EAST

public static final int EAST
See Also:
Constant Field Values

NORTH

public static final int NORTH
See Also:
Constant Field Values

NORTHEAST

public static final int NORTHEAST
See Also:
Constant Field Values

NORTHWEST

public static final int NORTHWEST
See Also:
Constant Field Values

SOUTH

public static final int SOUTH
See Also:
Constant Field Values

SOUTHEAST

public static final int SOUTHEAST
See Also:
Constant Field Values

SOUTHWEST

public static final int SOUTHWEST
See Also:
Constant Field Values

WEST

public static final int WEST
See Also:
Constant Field Values
Constructor Detail

GeoQuad

public GeoQuad(List<? extends LatLon> corners)
Method Detail

distanceToEastEdge

public Angle distanceToEastEdge(LatLon p)

distanceToNE

public Angle distanceToNE(LatLon p)

distanceToNorthEdge

public Angle distanceToNorthEdge(LatLon p)

distanceToNW

public Angle distanceToNW(LatLon p)

distanceToSE

public Angle distanceToSE(LatLon p)

distanceToSouthEdge

public Angle distanceToSouthEdge(LatLon p)

distanceToSW

public Angle distanceToSW(LatLon p)

distanceToWestEdge

public Angle distanceToWestEdge(LatLon p)

getNe

public LatLon getNe()

getNw

public LatLon getNw()

getSe

public LatLon getSe()

getSw

public LatLon getSw()

interpolate

public LatLon interpolate(double t,
                          double s)

NASA World Wind