|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.crs.Identifiable org.deegree.crs.TransformationType org.deegree.crs.HelmertTransformationType
public class HelmertTransformationType
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 |
---|
protected double xAxisTranslation
protected double yAxisTranslation
protected double zAxisTranslation
protected double xAxisRotation
protected double yAxisRotation
protected double zAxisRotation
protected double scaleDifference
Constructor Detail |
---|
public HelmertTransformationType()
Method Detail |
---|
public double getXAxisTranslation()
public void setXAxisTranslation(double value)
public double getYAxisTranslation()
public void setYAxisTranslation(double value)
public double getZAxisTranslation()
public void setZAxisTranslation(double value)
public double getXAxisRotation()
public void setXAxisRotation(double value)
public double getYAxisRotation()
public void setYAxisRotation(double value)
public double getZAxisRotation()
public void setZAxisRotation(double value)
public double getScaleDifference()
public void setScaleDifference(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |