org.deegree.crs
Class HelmertTransformationType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.TransformationType
          extended by org.deegree.crs.HelmertTransformationType

public class HelmertTransformationType
extends TransformationType

A Transformation defines the parameters necessary to transform a specific datum into the wgs-84 datum.

Java class for HelmertTransformationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HelmertTransformationType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_TransformationType">
       <sequence>
         <element name="XAxisTranslation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="YAxisTranslation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ZAxisTranslation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="XAxisRotation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="YAxisRotation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ZAxisRotation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ScaleDifference" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  double scaleDifference
           
protected  double xAxisRotation
           
protected  double xAxisTranslation
           
protected  double yAxisRotation
           
protected  double yAxisTranslation
           
protected  double zAxisRotation
           
protected  double zAxisTranslation
           
 
Fields inherited from class org.deegree.crs.TransformationType
clazz, sourceCRS, targetCRS
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
HelmertTransformationType()
           
 
Method Summary
 double getScaleDifference()
          Gets the value of the scaleDifference property.
 double getXAxisRotation()
          Gets the value of the xAxisRotation property.
 double getXAxisTranslation()
          Gets the value of the xAxisTranslation property.
 double getYAxisRotation()
          Gets the value of the yAxisRotation property.
 double getYAxisTranslation()
          Gets the value of the yAxisTranslation property.
 double getZAxisRotation()
          Gets the value of the zAxisRotation property.
 double getZAxisTranslation()
          Gets the value of the zAxisTranslation property.
 void setScaleDifference(double value)
          Sets the value of the scaleDifference property.
 void setXAxisRotation(double value)
          Sets the value of the xAxisRotation property.
 void setXAxisTranslation(double value)
          Sets the value of the xAxisTranslation property.
 void setYAxisRotation(double value)
          Sets the value of the yAxisRotation property.
 void setYAxisTranslation(double value)
          Sets the value of the yAxisTranslation property.
 void setZAxisRotation(double value)
          Sets the value of the zAxisRotation property.
 void setZAxisTranslation(double value)
          Sets the value of the zAxisTranslation property.
 
Methods inherited from class org.deegree.crs.TransformationType
getClazz, getSourceCRS, getTargetCRS, setClazz, setSourceCRS, setTargetCRS
 
Methods inherited from class org.deegree.crs.Identifiable
getId, getNameOrVersionOrDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xAxisTranslation

protected double xAxisTranslation

yAxisTranslation

protected double yAxisTranslation

zAxisTranslation

protected double zAxisTranslation

xAxisRotation

protected double xAxisRotation

yAxisRotation

protected double yAxisRotation

zAxisRotation

protected double zAxisRotation

scaleDifference

protected double scaleDifference
Constructor Detail

HelmertTransformationType

public HelmertTransformationType()
Method Detail

getXAxisTranslation

public double getXAxisTranslation()
Gets the value of the xAxisTranslation property.


setXAxisTranslation

public void setXAxisTranslation(double value)
Sets the value of the xAxisTranslation property.


getYAxisTranslation

public double getYAxisTranslation()
Gets the value of the yAxisTranslation property.


setYAxisTranslation

public void setYAxisTranslation(double value)
Sets the value of the yAxisTranslation property.


getZAxisTranslation

public double getZAxisTranslation()
Gets the value of the zAxisTranslation property.


setZAxisTranslation

public void setZAxisTranslation(double value)
Sets the value of the zAxisTranslation property.


getXAxisRotation

public double getXAxisRotation()
Gets the value of the xAxisRotation property.


setXAxisRotation

public void setXAxisRotation(double value)
Sets the value of the xAxisRotation property.


getYAxisRotation

public double getYAxisRotation()
Gets the value of the yAxisRotation property.


setYAxisRotation

public void setYAxisRotation(double value)
Sets the value of the yAxisRotation property.


getZAxisRotation

public double getZAxisRotation()
Gets the value of the zAxisRotation property.


setZAxisRotation

public void setZAxisRotation(double value)
Sets the value of the zAxisRotation property.


getScaleDifference

public double getScaleDifference()
Gets the value of the scaleDifference property.


setScaleDifference

public void setScaleDifference(double value)
Sets the value of the scaleDifference property.



Copyright © 2011. All Rights Reserved.