org.deegree.crs
Class NTv2TransformationType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.TransformationType
          extended by org.deegree.crs.NTv2TransformationType

public class NTv2TransformationType
extends TransformationType

A Transformation defines the parameters necessary to transform a specific datum into the wgs-84 datum.

Java class for NTv2TransformationType complex type.

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

 <complexType name="NTv2TransformationType">
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_TransformationType">
       <sequence>
         <element name="Gridfile" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String gridfile
           
 
Fields inherited from class org.deegree.crs.TransformationType
clazz, sourceCRS, targetCRS
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
NTv2TransformationType()
           
 
Method Summary
 String getGridfile()
          Gets the value of the gridfile property.
 void setGridfile(String value)
          Sets the value of the gridfile 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

gridfile

protected String gridfile
Constructor Detail

NTv2TransformationType

public NTv2TransformationType()
Method Detail

getGridfile

public String getGridfile()
Gets the value of the gridfile property.

Returns:
possible object is String

setGridfile

public void setGridfile(String value)
Sets the value of the gridfile property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.