public class LambertIII extends Lambert
locus, ref, sph| Constructor and Description |
|---|
LambertIII(ENPair en,
Ellipsoid e,
Datum d)
Create an instance of LambertIII from easting and northing distances, Ellipsoid and Datum
|
LambertIII(Position p,
Ellipsoid e,
Datum d)
Create an instance of LambertIII from Position, Ellipsoid and Datum
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
e0()
Define false easting value
|
protected double |
lamda0()
Define longitude of grid origin
|
static LambertIII |
makePoint(java.lang.String gridref,
Ellipsoid e,
Datum d)
Static factory method to create an instance of LambertIII from a grid reference String
|
protected double |
n0()
Define false northing
|
protected double |
phiB()
Define latitude of false origin
|
protected double |
phiL()
Define lower standard parallel for this projection
|
protected double |
phiU()
Define Upper standard parallel for this conical projection
|
calcCoords, defaultDatum, defaultEllipsoid, getEN, gridConvergence, toEN, toStringgetDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongStringpublic LambertIII(Position p, Ellipsoid e, Datum d)
p - the position of this pointe - The Ellipsoid to used - The datum to be usedpublic static LambertIII makePoint(java.lang.String gridref, Ellipsoid e, Datum d) throws GridFormatException
gridref - A grid reference of the form "X=... Y=..." where the values are easting and
northing distances in km. French convention sometimes includes the zone number as the first
digit of the Y (northing) coordinate (e.g. "Y=2210.98" denoting a northing distance of 210.98km
in zone 2). If present, this is ignored.e - Ellipsoid to use in conversionsd - Datum to use in conversionsGridFormatException - thrown in case of format error in the grid referenceprotected double phiU()
protected double phiL()
protected double phiB()
protected double lamda0()
protected double e0()