|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.crs.Identifiable
org.deegree.crs.TransformationType
public abstract class TransformationType
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 |
|---|
protected String sourceCRS
protected String targetCRS
protected String clazz
| Constructor Detail |
|---|
public TransformationType()
| Method Detail |
|---|
public String getSourceCRS()
Stringpublic void setSourceCRS(String value)
value - allowed object is
Stringpublic String getTargetCRS()
Stringpublic void setTargetCRS(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||