|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.cs.CS_WGS84ConversionInfo
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.
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 |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with CSS 1.00.
public double dx
public double dy
public double dz
public double ex
public double ey
public double ez
public double ppm
public java.lang.String areaOfUse
Constructor Detail |
public CS_WGS84ConversionInfo()
Method Detail |
public int hashCode()
public java.lang.Object clone()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |