Package net.opengis.gml311
Interface TransformationType
- All Superinterfaces:
AbstractCoordinateOperationBaseType
,AbstractCoordinateOperationType
,AbstractGeneralTransformationType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
TransformationTypeImpl
A representation of the model object 'Transformation Type'.
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.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Uses Method' containment reference.EList<ParameterValueType>
Returns the value of the 'Uses Value' containment reference list.void
Sets the value of the 'Uses Method
' containment reference.Methods inherited from interface AbstractCoordinateOperationBaseType
getCoordinateOperationName, setCoordinateOperationName
Methods inherited from interface AbstractCoordinateOperationType
getCoordinateOperationID, getOperationVersion, getPositionalAccuracy, getPositionalAccuracyGroup, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, setOperationVersion, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUsesMethod
OperationMethodRefType getUsesMethod()Returns the value of the 'Uses Method' containment reference. Association to the operation method used by this coordinate operation.- Returns:
- the value of the 'Uses Method' containment reference.
- See Also:
-
setUsesMethod
Sets the value of the 'Uses Method
' containment reference.- Parameters:
value
- the new value of the 'Uses Method' containment reference.- See Also:
-
getUsesValue
EList<ParameterValueType> getUsesValue()Returns the value of the 'Uses Value' containment reference list. The list contents are of typeParameterValueType
. Unordered set of composition associations to the set of parameter values used by this transformation operation.- Returns:
- the value of the 'Uses Value' containment reference list.
- See Also:
-