mccombe.mapping
public abstract class BMN extends TransverseMercator
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
zonename |
northernHemisphere, zone
locus, ref, sph
Constructor and Description |
---|
BMN(ENPair en,
Ellipsoid e,
Datum d) |
BMN(Position p,
Ellipsoid e,
Datum d) |
Modifier and Type | Method and Description |
---|---|
Datum |
defaultDatum()
Get the defaul Datum for an instance of CoordinateSystem.
|
Ellipsoid |
defaultEllipsoid()
The default Ellipsoid used by instances of this CoordinateSystem
For example, a CoordinateSystem of type OSGB has the AirySphere as its default Ellipsoid
|
double |
f0()
The scale factor on the Central Meridian.
|
double |
n0()
n0() defines the "false northing" distance of the projection.
|
double |
phi0()
phi0() defines the latitude of the true origin of the projection.
|
java.lang.String |
toString()
Provide a String representation of this UTM point in UTM coordinates
|
e0, gridConvergence, lamda0, pointScaleFactor, toEN
getDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongString
public Datum defaultDatum()
CoordinateSystem
defaultDatum
in class CoordinateSystem
public Ellipsoid defaultEllipsoid()
CoordinateSystem
defaultEllipsoid
in class CoordinateSystem
public java.lang.String toString()
toString
in class CoordinateSystem
public double f0()
f0
in class TransverseMercator
public double n0()
n0
in class TransverseMercator
public double phi0()
phi0
in class TransverseMercator