??? mccombe.mapping
? AustrianM34
java.lang.Object
mccombe.mapping.CoordinateSystem
mccombe.mapping.Projection
mccombe.mapping.TransverseMercator
mccombe.mapping.BMN
mccombe.mapping.AustrianM34
-
????
??????? mccombe.mapping.TransverseMercator
northernHemisphere, zone
??????? mccombe.mapping.CoordinateSystem
locus, ref, sph
-
?????
??? -
????
??????? mccombe.mapping.BMN
defaultDatum, defaultEllipsoid, f0, n0, phi0, toString
??????? mccombe.mapping.TransverseMercator
gridConvergence, pointScaleFactor, toEN
??????? mccombe.mapping.CoordinateSystem
getDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongString
-
???????
-
AustrianM34
-
AustrianM34
-
-
??????
-
makePoint
public static AustrianM34 makePoint(String gridRef, Ellipsoid e, Datum d) throws GridFormatException -
e0
public double e0()???????:TransverseMercator
e0() defines the "false easting" distance of the projection. False origins are usually used with TM projections to ensure that easting and northing distances are always positive over the area of interest. e0() is used as an offset to the grid so that the "true origin" appears to have an easting value equal to e0().- ???:
e0
???TransverseMercator
- ??:
- The false easting distance (double)
-
lamda0
public double lamda0()???????:TransverseMercator
lamda0() defines the longitude (in radians) of the true origin also known as the "Central Meridian".- ???:
lamda0
???TransverseMercator
- ??:
- The central meridian (radians)
-