org.deegree.crs
Class NTv2TransformationType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.TransformationType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gridfile
protected String gridfile
NTv2TransformationType
public NTv2TransformationType()
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.