org.deegree.crs
Class LeastSquareTransformationType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.TransformationType
org.deegree.crs.PolynomialTransformationBaseType
org.deegree.crs.LeastSquareTransformationType
public class LeastSquareTransformationType
- extends PolynomialTransformationBaseType
The least square type defines scale x and scale y values.
Java class for LeastSquareTransformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LeastSquareTransformationType">
<complexContent>
<extension base="{http://www.deegree.org/crs}PolynomialTransformationBaseType">
<sequence>
<element name="ScaleX" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ScaleY" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scaleX
protected Double scaleX
scaleY
protected Double scaleY
LeastSquareTransformationType
public LeastSquareTransformationType()
getScaleX
public Double getScaleX()
- Gets the value of the scaleX property.
- Returns:
- possible object is
Double
setScaleX
public void setScaleX(Double value)
- Sets the value of the scaleX property.
- Parameters:
value
- allowed object is
Double
getScaleY
public Double getScaleY()
- Gets the value of the scaleY property.
- Returns:
- possible object is
Double
setScaleY
public void setScaleY(Double value)
- Sets the value of the scaleY property.
- Parameters:
value
- allowed object is
Double
Copyright © 2011. All Rights Reserved.