Documentation for fieldgml

Complex Type: TransformationType

[Table of contents]

Super-types: gml:DefinitionType < AbstractCoordinateOperationBaseType (by restriction) < AbstractCoordinateOperationType (by extension) < AbstractGeneralTransformationType (by restriction) < TransformationType (by extension)
Sub-types: None
Name TransformationType
Abstract no
Documentation 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.
XML Instance Representation
<...
gml:id="[1]">
<gml:remarks> ... </gml:remarks> [0..1]
<gml:validArea> ... </gml:validArea> [0..1]
<gml:scope> ... </gml:scope> [0..1]
<gml:sourceCRS> ... </gml:sourceCRS> [1]
<gml:targetCRS> ... </gml:targetCRS> [1]
<gml:usesValue> ... </gml:usesValue> [0..*]

'Unordered set of composition associations to the set of parameter values used by this transformation operation.'

</...>
Diagram
Schema Component Representation
<complexType name="TransformationType">
<complexContent>
<extension base=" gml:AbstractGeneralTransformationType ">
<sequence>
<element ref=" gml:usesMethod "/>
<element ref=" gml:usesValue " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>