|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateOperationType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralTransformationType
org.citygml4j.jaxb.gml._3_1_1.TransformationType
public class TransformationType
A concrete operation on coordinates that usually includes a change of datum. The parameters of a coordinate transformation are empirically derived from data containing the coordinates of a series of points in both coordinate reference systems. This computational process is usually "over-determined", allowing derivation of error (or accuracy) estimates for the transformation. Also, the stochastic nature of the parameters may result in multiple (different) versions of the same coordinate transformation. This concrete complexType can be used for all operation methods, without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Transformation instance.
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.opengis.net/gml}AbstractGeneralTransformationType"> <sequence> <element ref="{http://www.opengis.net/gml}usesMethod"/> <element ref="{http://www.opengis.net/gml}usesValue" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TransformationType()
|
Method Summary | |
---|---|
OperationMethodRefType |
getUsesMethod()
Gets the value of the usesMethod property. |
java.util.List<ParameterValueType> |
getUsesValue()
Unordered set of composition associations to the set of parameter values used by this transformation operation. |
boolean |
isSetUsesMethod()
|
boolean |
isSetUsesValue()
|
void |
setUsesMethod(OperationMethodRefType value)
Sets the value of the usesMethod property. |
void |
setUsesValue(java.util.List<ParameterValueType> usesValue)
Unordered set of composition associations to the set of parameter values used by this transformation operation. |
void |
unsetUsesValue()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationType()
Method Detail |
---|
public OperationMethodRefType getUsesMethod()
OperationMethodRefType
public void setUsesMethod(OperationMethodRefType value)
value
- allowed object is
OperationMethodRefType
public boolean isSetUsesMethod()
public java.util.List<ParameterValueType> getUsesValue()
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 usesValue property.
For example, to add a new item, do as follows:
getUsesValue().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterValueType
public boolean isSetUsesValue()
public void unsetUsesValue()
public void setUsesValue(java.util.List<ParameterValueType> usesValue)
usesValue
- allowed object is
ParameterValueType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |