Modifier and Type | Method and Description |
---|---|
abstract void |
fromGridPoint(GridPoint gp,
double[] latLngOut)
Converts a GridPoint to the corresponding WGS84 latitude/longitude.
|
static MapProjection |
getDefault()
Get the default Map Projection
|
abstract GridPoint |
toGridPoint(double latitude,
double longitude)
Converts a WGS84 latitude/longitude to the corresponding GridPoint.
|
public static MapProjection getDefault()
BasicMapProjection
public abstract GridPoint toGridPoint(double latitude, double longitude)
latitude
- longitude
- public abstract void fromGridPoint(GridPoint gp, double[] latLngOut)
gp
- The GridPoint to convert.latLngOut
- Must be an array of length >= 2.Copyright © 2012–2013 Ordnance Survey. All rights reserved.