|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmccombe.mapping.CoordinateSystem
mccombe.mapping.Projection
mccombe.mapping.TransverseMercator
mccombe.mapping.BMN
public abstract class BMN
Abstract base class for the Austrian BMN (Bundesmeldnetz) coordinate system
Field Summary | |
---|---|
protected java.lang.String |
zonename
|
Fields inherited from class mccombe.mapping.TransverseMercator |
---|
northernHemisphere, zone |
Fields inherited from class mccombe.mapping.CoordinateSystem |
---|
locus, ref, sph |
Constructor Summary | |
---|---|
BMN(ENPair en,
Ellipsoid e,
Datum d)
|
|
BMN(Position p,
Ellipsoid e,
Datum d)
|
Method Summary | |
---|---|
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 |
Methods inherited from class mccombe.mapping.TransverseMercator |
---|
e0, gridConvergence, lamda0, pointScaleFactor, toEN |
Methods inherited from class mccombe.mapping.CoordinateSystem |
---|
getDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String zonename
Constructor Detail |
---|
public BMN(Position p, Ellipsoid e, Datum d)
public BMN(ENPair en, Ellipsoid e, Datum d)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |