|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractCoordinateOperationBaseType
net.opengis.gml.AbstractCoordinateOperationType
net.opengis.gml.AbstractGeneralTransformationType
net.opengis.gml.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.
Classe Java pour TransformationType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected OperationMethodRefType |
usesMethod
|
protected List<ParameterValueType> |
usesValue
|
| Fields inherited from class net.opengis.gml.AbstractCoordinateOperationType |
|---|
coordinateOperationID, operationVersion, positionalAccuracy, remarks, scope, sourceCRS, targetCRS, validArea |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
TransformationType()
|
|
| Method Summary | |
|---|---|
OperationMethodRefType |
getUsesMethod()
Obtient la valeur de la propriété usesMethod. |
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)
Définit la valeur de la propriété usesMethod. |
void |
unsetUsesValue()
|
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OperationMethodRefType usesMethod
protected List<ParameterValueType> usesValue
| Constructor Detail |
|---|
public TransformationType()
| Method Detail |
|---|
public OperationMethodRefType getUsesMethod()
OperationMethodRefTypepublic void setUsesMethod(OperationMethodRefType value)
value - allowed object is
OperationMethodRefTypepublic boolean isSetUsesMethod()
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||