org.deegree.crs
Class TransformationDefinitions

java.lang.Object
  extended by org.deegree.crs.Definitions
      extended by org.deegree.crs.TransformationDefinitions

public class TransformationDefinitions
extends Definitions

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_Definitions">
       <sequence>
         <element name="UserDefined" type="{http://www.deegree.org/crs}ProjectionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Helmert" type="{http://www.deegree.org/crs}HelmertTransformationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NTv2" type="{http://www.deegree.org/crs}NTv2TransformationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LeastSquare" type="{http://www.deegree.org/crs}LeastSquareTransformationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<HelmertTransformationType> helmert
           
protected  List<LeastSquareTransformationType> leastSquare
           
protected  List<NTv2TransformationType> nTv2
           
protected  List<ProjectionType> userDefined
           
 
Fields inherited from class org.deegree.crs.Definitions
configVersion
 
Constructor Summary
TransformationDefinitions()
           
 
Method Summary
 List<HelmertTransformationType> getHelmert()
          Gets the value of the helmert property.
 List<LeastSquareTransformationType> getLeastSquare()
          Gets the value of the leastSquare property.
 List<NTv2TransformationType> getNTv2()
          Gets the value of the nTv2 property.
 List<ProjectionType> getUserDefined()
          Gets the value of the userDefined property.
 
Methods inherited from class org.deegree.crs.Definitions
getConfigVersion, setConfigVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userDefined

protected List<ProjectionType> userDefined

helmert

protected List<HelmertTransformationType> helmert

nTv2

protected List<NTv2TransformationType> nTv2

leastSquare

protected List<LeastSquareTransformationType> leastSquare
Constructor Detail

TransformationDefinitions

public TransformationDefinitions()
Method Detail

getUserDefined

public List<ProjectionType> getUserDefined()
Gets the value of the userDefined property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the userDefined property.

For example, to add a new item, do as follows:

    getUserDefined().add(newItem);
 

Objects of the following type(s) are allowed in the list ProjectionType


getHelmert

public List<HelmertTransformationType> getHelmert()
Gets the value of the helmert property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the helmert property.

For example, to add a new item, do as follows:

    getHelmert().add(newItem);
 

Objects of the following type(s) are allowed in the list HelmertTransformationType


getNTv2

public List<NTv2TransformationType> getNTv2()
Gets the value of the nTv2 property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nTv2 property.

For example, to add a new item, do as follows:

    getNTv2().add(newItem);
 

Objects of the following type(s) are allowed in the list NTv2TransformationType


getLeastSquare

public List<LeastSquareTransformationType> getLeastSquare()
Gets the value of the leastSquare property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the leastSquare property.

For example, to add a new item, do as follows:

    getLeastSquare().add(newItem);
 

Objects of the following type(s) are allowed in the list LeastSquareTransformationType



Copyright © 2011. All Rights Reserved.