Definition Type: ComplexType
Name: TransformationType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeneralTransformationType
Containing Schema: coordinateOperations.xsd
Abstract
Documentation:
A concrete general-purpose 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.
Collapse XSD Schema Diagram:
Drilldown into usesValue in schema coordinateoperations_xsd Drilldown into usesMethod in schema coordinateoperations_xsd Drilldown into targetCRS in schema coordinateoperations_xsd Drilldown into sourceCRS in schema coordinateoperations_xsd Drilldown into _PositionalAccuracy in schema coordinateoperations_xsd Drilldown into targetDimensions in schema coordinateoperations_xsd Drilldown into sourceDimensions in schema coordinateoperations_xsd Drilldown into coordinateOperationVersion in schema coordinateoperations_xsd Drilldown into coordinateOperationID in schema coordinateoperations_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGeneralTransformationType in schema coordinateoperations_xsdXSD Diagram of TransformationType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TransformationType">
    <annotation>
        <documentation>A concrete general-purpose 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. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeneralTransformationType">
            <sequence>
                <element name="usesMethod" type="gml:OperationMethodRefType">
                    <annotation>
                        <documentation>Association to the operation method used by this transformation operation. </documentation>
                    </annotation>
                </element>
                <element name="usesValue" type="gml:ParameterValueType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Unordered list of composition associations to the set of parameter values used by this transformation operation. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
coordinateOperationID gml:coordinateOperationID (1) (1)
coordinateOperationVersion gml:coordinateOperationVersion 0 (1)
sourceDimensions gml:sourceDimensions (1) (1)
targetDimensions gml:targetDimensions (1) (1)
_PositionalAccuracy gml:_PositionalAccuracy 0 (1)
sourceCRS gml:sourceCRS 0 (1)
targetCRS gml:targetCRS 0 (1)
metaDataProperty gml:metaDataProperty 0 unbounded
coordinateOperationID gml:coordinateOperationID (1) (1)
coordinateOperationVersion gml:coordinateOperationVersion (1) (1)
sourceDimensions gml:sourceDimensions (1) (1)
targetDimensions gml:targetDimensions (1) (1)
_PositionalAccuracy gml:_PositionalAccuracy 0 (1)
sourceCRS gml:sourceCRS (1) (1)
targetCRS gml:targetCRS (1) (1)
usesMethod gml:usesMethod (1) (1)
usesValue gml:usesValue 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:Transformation