org.norther.tammi.acorn.math
Interface Geo.GeodeticSystem

All Known Implementing Classes:
Geo.DefaultGeodeticSystem
Enclosing class:
Geo

public static interface Geo.GeodeticSystem

An interface to geodetic systems.


Method Summary
 double getCentralMeridian()
          Gets the central meridian in radians.
 double getEquivalentRadius()
          Gets equivalent circle radius in meters.
 double getFalseEasting()
          Gets the false easting in meters.
 double getFalseNorthing()
          Gets the false northing in meters.
 double getFirstEccentricity()
          Gets the first eccentricity of the reference ellipsoid.
 double getFirstFlattening()
          Gets first flattening of the reference ellipsoid.
 double getFromGRS80ParameterA()
          Gets the from GRS80 4-parameter conversion parameter a.
 double getFromGRS80ParameterB()
          Gets the from GRS80 4-parameter conversion parameter b.
 double getFromGRS80ParameterC()
          Gets the from GRS80 4-parameter conversion parameter c.
 double getFromGRS80ParameterD()
          Gets the from GRS80 4-parameter conversion parameter d.
 double getPolynomialI1()
          Gets the polynomial i1.
 double getPolynomialI2()
          Gets the polynomial i2.
 double getPolynomialI3()
          Gets the polynomial i3.
 double getPolynomialI4()
          Gets the polynomial i4.
 double getPolynomialJ1()
          Gets the polynomial j1.
 double getPolynomialJ2()
          Gets the polynomial j2.
 double getPolynomialJ3()
          Gets the polynomial j3.
 double getPolynomialJ4()
          Gets the polynomial j4.
 double getScaleFactor()
          Gets the scale factor in central meridian.
 double getSecondFlattening()
          Gets the second flattening of the reference ellipsoid.
 double getSemiMajorAxis()
          Gets the semi-major axis of the reference ellipsoid in meters.
 double getStandardParallel()
          Gets the standard parallel in radians.
 double getToGRS80ParameterA()
          Gets the to GRS80 4-parameter conversion parameter a.
 double getToGRS80ParameterB()
          Gets the to GRS80 4-parameter conversion parameter b.
 double getToGRS80ParameterC()
          Gets the to GRS80 4-parameter conversion parameter c.
 double getToGRS80ParameterD()
          Gets the to GRS80 4-parameter conversion parameter d.
 

Method Detail

getSemiMajorAxis

double getSemiMajorAxis()
Gets the semi-major axis of the reference ellipsoid in meters.

Returns:
the axis.

getFirstFlattening

double getFirstFlattening()
Gets first flattening of the reference ellipsoid.

Returns:
the flattening.

getSecondFlattening

double getSecondFlattening()
Gets the second flattening of the reference ellipsoid.

Returns:
the flattening.

getFirstEccentricity

double getFirstEccentricity()
Gets the first eccentricity of the reference ellipsoid.

Returns:
the eccentricity.

getStandardParallel

double getStandardParallel()
Gets the standard parallel in radians.

Returns:
the parallel.

getCentralMeridian

double getCentralMeridian()
Gets the central meridian in radians.

Returns:
the meridian.

getScaleFactor

double getScaleFactor()
Gets the scale factor in central meridian.

Returns:
the scale.

getFalseNorthing

double getFalseNorthing()
Gets the false northing in meters.

Returns:
the northing.

getFalseEasting

double getFalseEasting()
Gets the false easting in meters.

Returns:
the easting.

getEquivalentRadius

double getEquivalentRadius()
Gets equivalent circle radius in meters.

Returns:
the radius.

getPolynomialI1

double getPolynomialI1()
Gets the polynomial i1.

Returns:
the polynomial.

getPolynomialI2

double getPolynomialI2()
Gets the polynomial i2.

Returns:
the polynomial.

getPolynomialI3

double getPolynomialI3()
Gets the polynomial i3.

Returns:
the polynomial.

getPolynomialI4

double getPolynomialI4()
Gets the polynomial i4.

Returns:
the polynomial.

getPolynomialJ1

double getPolynomialJ1()
Gets the polynomial j1.

Returns:
the polynomial.

getPolynomialJ2

double getPolynomialJ2()
Gets the polynomial j2.

Returns:
the polynomial.

getPolynomialJ3

double getPolynomialJ3()
Gets the polynomial j3.

Returns:
the polynomial.

getPolynomialJ4

double getPolynomialJ4()
Gets the polynomial j4.

Returns:
the polynomial.

getFromGRS80ParameterA

double getFromGRS80ParameterA()
Gets the from GRS80 4-parameter conversion parameter a.

Returns:
the parameter.

getFromGRS80ParameterB

double getFromGRS80ParameterB()
Gets the from GRS80 4-parameter conversion parameter b.

Returns:
the parameter.

getFromGRS80ParameterC

double getFromGRS80ParameterC()
Gets the from GRS80 4-parameter conversion parameter c.

Returns:
the parameter.

getFromGRS80ParameterD

double getFromGRS80ParameterD()
Gets the from GRS80 4-parameter conversion parameter d.

Returns:
the parameter.

getToGRS80ParameterA

double getToGRS80ParameterA()
Gets the to GRS80 4-parameter conversion parameter a.

Returns:
the parameter.

getToGRS80ParameterB

double getToGRS80ParameterB()
Gets the to GRS80 4-parameter conversion parameter b.

Returns:
the parameter.

getToGRS80ParameterC

double getToGRS80ParameterC()
Gets the to GRS80 4-parameter conversion parameter c.

Returns:
the parameter.

getToGRS80ParameterD

double getToGRS80ParameterD()
Gets the to GRS80 4-parameter conversion parameter d.

Returns:
the parameter.


Copyright © 2004 The Norther Organization. All rights reserved.