public class RubberSheetUtils
extends java.lang.Object
| Constructor and Description |
|---|
RubberSheetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static GeoPoint[] |
computeCorners(GeoPoint center,
double length,
double width,
double heading)
Compute the corner points of a rectangle given a position, rotation,
and scale
|
static GeoPointMetaData |
getAltitude(GeoPointMetaData gpmd)
Perform an elevation lookup for a point
|
public static GeoPoint[] computeCorners(GeoPoint center,
double length,
double width,
double heading)
center - Center pointlength - Length in meterswidth - Width in metersheading - Heading in degrees (true north)public static GeoPointMetaData getAltitude(GeoPointMetaData gpmd)
gpmd - Point metadata