org.opengis.cs
Class CS_WGS84ConversionInfo

java.lang.Object
  extended byorg.opengis.cs.CS_WGS84ConversionInfo
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class CS_WGS84ConversionInfo
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

Parameters for a geographic transformation into WGS84. The Bursa Wolf parameters should be applied to geocentric coordinates, where the X axis points towards the Greenwich Prime Meridian, the Y axis points East, and the Z axis points North.

Since:
1.00
Version:
1.01
Author:
Martin Daly, Martin Desruisseaux
See Also:
Serialized Form

Field Summary
 java.lang.String areaOfUse
          Human readable text describing intended region of transformation.
 double dx
          Bursa Wolf shift in meters.
 double dy
          Bursa Wolf shift in meters.
 double dz
          Bursa Wolf shift in meters.
 double ex
          Bursa Wolf rotation in arc seconds.
 double ey
          Bursa Wolf rotation in arc seconds.
 double ez
          Bursa Wolf rotation in arc seconds.
 double ppm
          Bursa Wolf scaling in parts per million.
private static long serialVersionUID
          Use serialVersionUID from first draft for interoperability with CSS 1.00.
 
Constructor Summary
CS_WGS84ConversionInfo()
          Construct an object with all parameters set to 0.
 
Method Summary
 java.lang.Object clone()
          Returns a copy of this object.
 boolean equals(java.lang.Object object)
          Compares the specified object with this object for equality.
 int hashCode()
          Returns a hash value for this object.
 java.lang.String toString()
          Returns a string représentation of this object.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Use serialVersionUID from first draft for interoperability with CSS 1.00.

See Also:
Constant Field Values

dx

public double dx
Bursa Wolf shift in meters.


dy

public double dy
Bursa Wolf shift in meters.


dz

public double dz
Bursa Wolf shift in meters.


ex

public double ex
Bursa Wolf rotation in arc seconds.


ey

public double ey
Bursa Wolf rotation in arc seconds.


ez

public double ez
Bursa Wolf rotation in arc seconds.


ppm

public double ppm
Bursa Wolf scaling in parts per million.


areaOfUse

public java.lang.String areaOfUse
Human readable text describing intended region of transformation.

Constructor Detail

CS_WGS84ConversionInfo

public CS_WGS84ConversionInfo()
Construct an object with all parameters set to 0.

Method Detail

hashCode

public int hashCode()
Returns a hash value for this object. This value need not remain consistent between different implementations of the same class.


clone

public java.lang.Object clone()
Returns a copy of this object.


equals

public boolean equals(java.lang.Object object)
Compares the specified object with this object for equality.


toString

public java.lang.String toString()
Returns a string représentation of this object. The returned string is implementation dependent. It is usually provided for debugging purposes only.