gov.nasa.worldwind.geom
Class GeoQuad
java.lang.Object
gov.nasa.worldwind.geom.GeoQuad
public class GeoQuad
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GeoQuad
public GeoQuad(List<? extends LatLon> corners)
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)