public abstract class BMN extends TransverseMercator
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
zonename |
northernHemisphere, zonelocus, 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, toENgetDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongStringpublic Datum defaultDatum()
CoordinateSystemdefaultDatum in class CoordinateSystempublic Ellipsoid defaultEllipsoid()
CoordinateSystemdefaultEllipsoid in class CoordinateSystempublic java.lang.String toString()
toString in class CoordinateSystempublic double f0()
f0 in class TransverseMercatorpublic double n0()
n0 in class TransverseMercatorpublic double phi0()
phi0 in class TransverseMercator