| Package | Description |
|---|---|
| com.epimorphics.geo |
| Modifier and Type | Method and Description |
|---|---|
static GeoPoint |
GeoPoint.fromEastingNorthing(double easting,
double northing)
Construct point from OS easting/northing pair
|
static GeoPoint |
GeoPoint.fromEastingNorthing(long easting,
long northing)
Construct point from OS easting/northing pair
|
static GeoPoint |
GeoPoint.fromGridRef(String gridref)
Construct point from OS grid reference
|
static GeoPoint |
GeoPoint.fromLatLon(double lat,
double lon)
Construct point from lat lon pair in WGS84 CRS.
|
static GeoPoint |
GeoPoint.fromLatLonOSGB36(double lat,
double lon)
Construct point from lat lon pair in OSGB36 CRS.
|
Copyright © 2015. All rights reserved.