|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.crs.Definitions org.deegree.crs.TransformationDefinitions
public class TransformationDefinitions
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 |
---|
protected List<ProjectionType> userDefined
protected List<HelmertTransformationType> helmert
protected List<NTv2TransformationType> nTv2
protected List<LeastSquareTransformationType> leastSquare
Constructor Detail |
---|
public TransformationDefinitions()
Method Detail |
---|
public List<ProjectionType> getUserDefined()
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
public List<HelmertTransformationType> getHelmert()
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
public List<NTv2TransformationType> getNTv2()
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
public List<LeastSquareTransformationType> getLeastSquare()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |