org.deegree.crs
Class TransformationType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.TransformationType
Direct Known Subclasses:
HelmertTransformationType, NTv2TransformationType, PolynomialTransformationBaseType

public abstract class TransformationType
extends Identifiable

Defines a transformation (change of datum) for a given source and a given target crs

Java class for _TransformationType complex type.

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

 <complexType name="_TransformationType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_Identifiable">
       <sequence>
         <element name="SourceCRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TargetCRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String clazz
           
protected  String sourceCRS
           
protected  String targetCRS
           
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
TransformationType()
           
 
Method Summary
 String getClazz()
          Gets the value of the clazz property.
 String getSourceCRS()
          Gets the value of the sourceCRS property.
 String getTargetCRS()
          Gets the value of the targetCRS property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setSourceCRS(String value)
          Sets the value of the sourceCRS property.
 void setTargetCRS(String value)
          Sets the value of the targetCRS property.
 
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

sourceCRS

protected String sourceCRS

targetCRS

protected String targetCRS

clazz

protected String clazz
Constructor Detail

TransformationType

public TransformationType()
Method Detail

getSourceCRS

public String getSourceCRS()
Gets the value of the sourceCRS property.

Returns:
possible object is String

setSourceCRS

public void setSourceCRS(String value)
Sets the value of the sourceCRS property.

Parameters:
value - allowed object is String

getTargetCRS

public String getTargetCRS()
Gets the value of the targetCRS property.

Returns:
possible object is String

setTargetCRS

public void setTargetCRS(String value)
Sets the value of the targetCRS property.

Parameters:
value - allowed object is String

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.