??? mccombe.mapping
? Lambert93
java.lang.Object
mccombe.mapping.CoordinateSystem
mccombe.mapping.Projection
mccombe.mapping.Lambert
mccombe.mapping.Lambert93
A non-abstract class implementing the Lambert Conformal Conical (LCC) projection
for the French Lambert-93 system. Unlike previous French LCC implementations, this one
uses GRS80/WGS84 ellipsoid and datum by default.
-
????
??????? mccombe.mapping.CoordinateSystem
locus, ref, sph
-
?????
??? -
????
??????????Define default Datum for this systemDefine the default Ellipsoid for this systemprotected double
e0()
Define false easting valueprotected double
lamda0()
Define longitude of grid originstatic Lambert93
Static factory method to create an instance of Lambert93 from a grid reference Stringprotected double
n0()
Define false northingprotected double
phiB()
Define latitude of false originprotected double
phiL()
Define lower standard parallel for this projectionprotected double
phiU()
Define Upper standard parallel for this conical projection??????? mccombe.mapping.Lambert
calcCoords, getEN, gridConvergence, toEN, toString
??????? mccombe.mapping.CoordinateSystem
getDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongString
-
???????
-
Lambert93
Create an instance of Lambert93 from Position, Ellipsoid and Datum- ??:
p
- the position of this pointe
- The Ellipsoid to used
- The datum to be used
-
Lambert93
Create an instance of Lambert93 from easting and northing distances, Ellipsoid and Datum- ??:
en
- Easting and Northing distancese
- Ellipsoid to used
- Datum to use
-
-
??????
-
makePoint
Static factory method to create an instance of Lambert93 from a grid reference String- ??:
gridref
- A grid reference of the form "X=... Y=..." where the values are easting and northing distances in km.e
- Ellipsoid to use in conversionsd
- Datum to use in conversions- ??:
- A new LambertI instance
- ??:
GridFormatException
- thrown in case of format error in the grid reference
-
defaultDatum
Define default Datum for this system- ??:
defaultDatum
???Lambert
- ??:
- the default Datum (Datum.WGS_1984)
-
defaultEllipsoid
Define the default Ellipsoid for this system- ??:
defaultEllipsoid
???Lambert
- ??:
- the default Ellipsoid (Ellipsoid.GRS80)
-
phiU
protected double phiU()Define Upper standard parallel for this conical projection -
phiL
protected double phiL()Define lower standard parallel for this projection -
phiB
protected double phiB()Define latitude of false origin -
lamda0
protected double lamda0()Define longitude of grid origin -
e0
protected double e0()Define false easting value -
n0
protected double n0()Define false northing
-