??? mccombe.mapping
? NZTM2000
java.lang.Object
mccombe.mapping.CoordinateSystem
mccombe.mapping.Projection
mccombe.mapping.TransverseMercator
mccombe.mapping.NZTM2000
-
????
??????? mccombe.mapping.TransverseMercator
northernHemisphere, zone
??????? mccombe.mapping.CoordinateSystem
locus, ref, sph
-
?????
??? -
????
??????????Get the defaul Datum for an instance of CoordinateSystem.Define the default Ellipsoid for this systemdouble
e0()
False Eastimg (metres)double
f0()
Define scale factorprotected static ENPair
Parse NZMG coordinates into easting and northing distancesdouble
lamda0()
The central meridianstatic NZTM2000
Static factory method to create an instance of NZMG from a grid reference Stringdouble
n0()
Define false northingdouble
phi0()
Define latitude of true origintoString()
Provide a String representing the position in a correct format for the CoordinateSystem??????? mccombe.mapping.TransverseMercator
gridConvergence, pointScaleFactor, toEN
??????? mccombe.mapping.CoordinateSystem
getDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongString
-
???????
-
NZTM2000
-
NZTM2000
-
-
??????
-
makePoint
Static factory method to create an instance of NZMG from a grid reference String- ??:
gridref
- A grid reference of the form "157203 mE 6752091 mN " where the values are easting and northing distances in me
- 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
-
getEN
Parse NZMG coordinates into easting and northing distances- ??:
gridref
- A pair of NZMG coordinates (e.g. "2487100.638 mE 6751049.719 mN), specified in m.- ??:
- Easting and Northing distances (m)
- ??:
GridFormatException
- Invalid coordinate format results in a GridFormatException being thrown
-
f0
public double f0()Define scale factor- ???:
f0
???TransverseMercator
- ??:
- Scale factor at central meridian
-
phi0
public double phi0()Define latitude of true origin- ???:
phi0
???TransverseMercator
- ??:
- Latitude of true origin (degrees)
-
n0
public double n0()Define false northing- ???:
n0
???TransverseMercator
- ??:
- False northing value (metres)
-
e0
public double e0()False Eastimg (metres)- ???:
e0
???TransverseMercator
- ??:
- False easting value (metres)
-
lamda0
public double lamda0()The central meridian- ???:
lamda0
???TransverseMercator
- ??:
- The central meridian (radians)
-
defaultEllipsoid
Define the default Ellipsoid for this system- ???:
defaultEllipsoid
???CoordinateSystem
- ??:
- Ellipsoid.GRS80
-
defaultDatum
???????:CoordinateSystem
Get the defaul Datum for an instance of CoordinateSystem. For example, instances of OSGB usually use the OSGB 1936 datum.- ???:
defaultDatum
???CoordinateSystem
- ??:
- The default Datum used by this instance of CoordinateSystem
-
toString
???????:CoordinateSystem
Provide a String representing the position in a correct format for the CoordinateSystem- ???:
toString
???CoordinateSystem
- ??:
- String
-