Package gov.nasa.worldwind.geom
Class GeoQuad
- java.lang.Object
-
- gov.nasa.worldwind.geom.GeoQuad
-
public class GeoQuad extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AngledistanceToEastEdge(LatLon p)AngledistanceToNE(LatLon p)AngledistanceToNorthEdge(LatLon p)AngledistanceToNW(LatLon p)AngledistanceToSE(LatLon p)AngledistanceToSouthEdge(LatLon p)AngledistanceToSW(LatLon p)AngledistanceToWestEdge(LatLon p)LatLongetNe()LatLongetNw()LatLongetSe()LatLongetSw()LatLoninterpolate(double t, double s)
-
-
-
Field Detail
-
NORTH
public static final int NORTH
- See Also:
- Constant Field Values
-
SOUTH
public static final int SOUTH
- See Also:
- Constant Field Values
-
EAST
public static final int EAST
- See Also:
- Constant Field Values
-
WEST
public static final int WEST
- See Also:
- Constant Field Values
-
NORTHWEST
public static final int NORTHWEST
- See Also:
- Constant Field Values
-
NORTHEAST
public static final int NORTHEAST
- See Also:
- Constant Field Values
-
SOUTHWEST
public static final int SOUTHWEST
- See Also:
- Constant Field Values
-
SOUTHEAST
public static final int SOUTHEAST
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GeoQuad
public GeoQuad(java.util.List<? extends LatLon> corners)
-
-