net.opengis.gml
Class TransformationType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractCoordinateOperationBaseType
              extended by net.opengis.gml.AbstractCoordinateOperationType
                  extended by net.opengis.gml.AbstractGeneralTransformationType
                      extended by net.opengis.gml.TransformationType

public class TransformationType
extends AbstractGeneralTransformationType

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.AbstractCoordinateOperationType
getCoordinateOperationID, getOperationVersion, getPositionalAccuracy, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, isSetCoordinateOperationID, isSetOperationVersion, isSetPositionalAccuracy, isSetRemarks, isSetScope, isSetSourceCRS, isSetTargetCRS, isSetValidArea, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea, unsetCoordinateOperationID, unsetPositionalAccuracy
 
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

usesMethod

protected OperationMethodRefType usesMethod

usesValue

protected List<ParameterValueType> usesValue
Constructor Detail

TransformationType

public TransformationType()
Method Detail

getUsesMethod

public OperationMethodRefType getUsesMethod()
Obtient la valeur de la propriété usesMethod.

Returns:
possible object is OperationMethodRefType

setUsesMethod

public void setUsesMethod(OperationMethodRefType value)
Définit la valeur de la propriété usesMethod.

Parameters:
value - allowed object is OperationMethodRefType

isSetUsesMethod

public boolean isSetUsesMethod()

getUsesValue

public List<ParameterValueType> getUsesValue()
Unordered set of composition associations to the set of parameter values used by this transformation operation. Gets the value of the usesValue property.

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


isSetUsesValue

public boolean isSetUsesValue()

unsetUsesValue

public void unsetUsesValue()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.