public class GeoQuad
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
GeoQuad(java.util.List<? extends LatLon> corners) |
Modifier and Type | Method and Description |
---|---|
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) |
public static final int EAST
public static final int NORTH
public static final int NORTHEAST
public static final int NORTHWEST
public static final int SOUTH
public static final int SOUTHEAST
public static final int SOUTHWEST
public static final int WEST
public GeoQuad(java.util.List<? extends LatLon> corners)