org.deegree.crs
Class LeastSquareTransformationType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.TransformationType
          extended by org.deegree.crs.PolynomialTransformationBaseType
              extended by 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>
 


Field Summary
protected  Double scaleX
           
protected  Double scaleY
           
 
Fields inherited from class org.deegree.crs.PolynomialTransformationBaseType
polynomialOrder, xParameters, yParameters
 
Fields inherited from class org.deegree.crs.TransformationType
clazz, sourceCRS, targetCRS
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
LeastSquareTransformationType()
           
 
Method Summary
 Double getScaleX()
          Gets the value of the scaleX property.
 Double getScaleY()
          Gets the value of the scaleY property.
 void setScaleX(Double value)
          Sets the value of the scaleX property.
 void setScaleY(Double value)
          Sets the value of the scaleY property.
 
Methods inherited from class org.deegree.crs.PolynomialTransformationBaseType
getPolynomialOrder, getXParameters, getYParameters, setPolynomialOrder
 
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

scaleX

protected Double scaleX

scaleY

protected Double scaleY
Constructor Detail

LeastSquareTransformationType

public LeastSquareTransformationType()
Method Detail

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.