coordinateOperations.xsd
3.0
How to encode coordinate operation definitions.
Builds on referenceSystems.xsd to encode the data needed to define coordinate operations, including Transformations, Conversions, and other specific subtypes of operations. GML 3.0 candidate schema, primary editor: Arliss Whiteside. Last updated 2002/12/13.
Copyright (c) 2001-2002 OpenGIS, All Rights Reserved.
This schema encodes the Coordinate Operation (CC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex B of Topic 2.
May-November 2002: See Section 3.5 of document 02-095.
December 3, 2002. Corrected extension base in OperationMethodType.
December 13, 2002. Corrected "source" attribute in appinfo.
A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
Identification of this Coordinate Operation.
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters). Mandatory when describing a transformation, and should not be supplied for a conversion.
Required number of dimensions in the source CRS.
Required number of dimensions in the target CRS.
Estimate of the impact of this coordinate operation on point position accuracy. Gives position error estimates for target coordinates of this coordinate operation, assuming no errors in source coordinates.
Association to the source CRS (coordinate reference system) of this coordinate operation.
Association to the target CRS (coordinate reference system) of this coordinate operation. For constraints on multiplicity of "sourceCRS" and "targetCRS", see UML model of Coordinate Operation package in OGC Abstract Specification topic 2.
Association to a Coordinate Operation, either referencing or containing the definition of that Coordinate Operation.
An ordered sequence of two or more single coordinate operations. The sequence of operations is constrained by the requirement that the source coordinate reference system of step (n+1) must be the same as the target coordinate reference system of step (n). The source coordinate reference system of the first step and the target coordinate reference system of the last step are the source and target coordinate reference system associated with the concatenated operation.
Ordered sequence of associations to the two or more single operations used by this concatenated operation.
Association to a Concatenated Operation, either referencing or containing the definition of that Concatenated Operation.
A single (not concatenated) coordinate operation.
Association to a Single Operation, either referencing or containing the definition of that Single Operation.
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.
Association to the operation applied to the specified ordinates.
Association to a Pass Through Operation, either referencing or containing the definition of that Pass Through Operation.
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. This coordinate operation uses an operation method, usually with associated parameter values. All concrete types derived from this type shall thus extend this type to include a "usesMethod" element that references one element substitutable for the "_GeneralOperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include zero or more elements each named "uses...Value" that each use the type of an element substitutable for the "_generalParameterValue" element.
Association to an abstract Operation, either referencing or containing the definition of that Operation.
An abstract operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters.
Association to a General Conversion, either referencing or containing the definition of that Conversion.
A concrete general-purpose operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters.
Association to the operation method used by this conversion operation.
Unordered list of composition associations to the set of parameter values used by this conversion operation.
Association to a concrete general-purpose Conversion, either referencing or containing the definition of that Conversion.
An abstract 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.
Association to a General Transformation, either referencing or containing the definition of that Transformation.
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.
Association to the operation method used by this transformation operation.
Unordered list of composition associations to the set of parameter values used by this transformation operation.
Association to a Transformation, either referencing or containing the definition of that Transformation.
An abstract parameter value. All concrete types derived from this type shall extend this type to include one "...value" element with an appropriate type. In addition, all derived concrete types shall extend this type to include a "valueOfParameter" element that references one element substitutable for the "OperationParameter" element.
A parameter value or reference to a file of parameter values.
Numeric value of an operation parameter, with its associated unit of measure.
Value of an angle operation parameter, in either degree-minute-second format or single value format.
String value of an operation parameter. A string value does not have an associated unit of measure.
Positive integer value of an operation parameter, usually used for a count. An integer value does not have an associated unit of measure.
Boolean value of an operation parameter A Boolean value does not have an associated unit of measure.
List of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure. An element of this type contains a space-separated list of double values.
List of two or more integer values of an operation parameter list, usually used for counts. These integer values do not have an associated unit of measure. An element of this type contains a space-separated list of integer values.
Reference to a file containing multiple parameter values, each numeric value with its associated unit of measure.
Association to the operation parameter that this is a value of.
Abstract definition of an algorithm used to perform a coordinate operation. Most operation methods use a number of operation parameters (although some coordinate conversions use none). All concrete types derived from this type shall thus extend this type to include zero or more elements each named "uses..." that each reference one element substitutable for the "OperationParameter" element.
Identification of this operation method.
Formula(s) used by this operation method. The value may be a reference to a publication. Note that the operation method may not be analytic, in which case this element references or contains the procedure, not an analytic formula.
Association to an abstract Operation Method, either referencing or containing the definition of that Operation Method.
Definition of a concrete general-purpose algorithm used to perform a coordinate operation. Most operation methods use a number of operation parameters (although some coordinate conversions use none). Each coordinate operation using the method assigns values to all these parameters. Most parameter values are numeric, but other types of parameter values are possible.
Unordered list of associations to the set of operation parameters used by this operation method.
Association to a concrete general-purpose Operation Method, either referencing or containing the definition of that Operation Method.
The definition of a parameter used by an operation method.
Identification of this Operation Parameter.
Association to an Operation Parameter, either referencing or containing the definition of that Operation Parameter.