All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.iso.19139.20060504.gml.coordinateOperations.xsd Maven / Gradle / Ivy



	
		coordinateOperations.xsd
		See ISO/DIS 19136 13.6.
The spatial or temporal coordinate operations schema components can be divided into five logical parts, which define elements and types for XML encoding of the definitions of:
-	Multiple abstract coordinate operations
-	Multiple concrete types of coordinate operations, including Transformations and Conversions
-	Abstract and concrete parameter values and groups
-	Operation methods
-	Abstract and concrete operation parameters and groups
These schema component encodes the Coordinate Operation package of the UML Model for ISO 19111 Clause 11.
	
	
	
	
	
		
			gml:AbstractCoordinateOperation is a mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. Many but not all coordinate operations (from CRS A to CRS B) also uniquely define the inverse operation (from CRS B to CRS A). In some cases, the operation method algorithm for the inverse operation is the same as for the forward algorithm, but the signs of some operation parameter values shall be reversed. In other cases, different algorithms are required for the forward and inverse operations, but the same operation parameter values are used. If (some) entirely different parameter values are needed, a different coordinate operation shall be defined.
The optional coordinateOperationAccuracy property elements provide estimates of the impact of this coordinate operation on point position accuracy.
		
	
	
		
			
				
					
					
					
					
					
					
				
			
		
	
	
		
			gml:operationVersion is the 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.
		
	
	
		
			gml:coordinateOperationAccuracy is an association role to a DQ_PositionalAccuracy object as encoded in ISO/TS 19139, either referencing or containing the definition of that positional accuracy. That object contains an estimate of the impact of this coordinate operation on point accuracy. That is, it gives position error estimates for the target coordinates of this coordinate operation, assuming no errors in the source coordinates.
		
		
			
				
			
			
		
	
	
		
			gml:sourceCRS is an association role to the source CRS (coordinate reference system) of this coordinate operation.
		
	
	
		
			gml:targetCRS is an association role to the target CRS (coordinate reference system) of this coordinate operation.
		
	
	
		
			gml:CoordinateOperationPropertyType is a property type for association roles to a coordinate operation, either referencing or containing the definition of that coordinate operation.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:AbstractSingleOperation is a single (not concatenated) coordinate operation.
		
	
	
		
			gml:SingleOperationPropertyType is a property type for association roles to a single operation, either referencing or containing the definition of that single operation.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			deprecated
		
	
	
		
			deprecated
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gm:AbstractGeneralConversion is 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. The operationVersion, sourceCRS, and targetCRS elements are omitted in a coordinate conversion.
This abstract complex type is expected to be extended for well-known operation methods with many Conversion instances, in GML Application Schemas that define operation-method-specialized element names and contents. This conversion uses an operation method, usually with associated parameter values. However, operation methods and parameter values are directly associated with concrete subtypes, not with this abstract type. All concrete types derived from this type shall extend this type to include a "usesMethod" element that references the "OperationMethod" 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 "AbstractGeneralParameterValue" element.
		
	
	
		
			
				
					
					
					
					
					
					
					
					
					
				
				
			
		
	
	
		
			gml:GeneralConversionPropertyType is a property type for association roles to a general conversion, either referencing or containing the definition of that conversion.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:AbstractGeneralTransformation is 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. The operationVersion, sourceCRS, and targetCRS proeprty elements are mandatory in a coordinate transformation.
This abstract complex type is expected to be extended for well-known operation methods with many Transformation instances, in Application Schemas that define operation-method-specialized value element names and contents. This transformation uses an operation method with associated parameter values. However, operation methods and parameter values are directly associated with concrete subtypes, not with this abstract type. All concrete types derived from this type shall extend this type to include a "usesMethod" element that references one "OperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include one or more elements each named "uses...Value" that each use the type of an element substitutable for the "AbstractGeneralParameterValue" element.
		
	
	
		
			
				
					
					
					
					
					
					
					
					
					
					
					
					
				
				
			
		
	
	
		
			gml:GeneralTransformationPropertyType is a property type for association roles to a general transformation, either referencing or containing the definition of that transformation.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
	
		
			gml:ConcatenatedOperation is an ordered sequence of two or more coordinate operations. This 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. Instead of a forward operation, an inverse operation may be used for one or more of the operation steps mentioned above, if the inverse operation is uniquely defined by the forward operation.
The gml:coordOperation property elements are an ordered sequence of associations to the two or more operations used by this concatenated operation. The AggregationAttributeGroup should be used to specify that the coordOperation associations are ordered.
		
		
			
				
					
				
				
			
		
	
	
		
			gml:coordOperation is an association role to a coordinate operation.
		
	
	
		
			deprecated
		
	
	
		
			gml:ConcatenatedOperationPropertyType is a property type for association roles to a concatenated operation, either referencing or containing the definition of that concatenated operation.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:PassThroughOperation is a pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
The modifiedCoordinate property elements are an ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation. The AggregationAttributeGroup should be used to specify that the modifiedCoordinate elements are ordered.
		
	
	
		
			
				
					
					
				
				
			
		
	
	
		
			gml:modifiedCoordinate is a positive integer defining a position in a coordinate tuple.
		
	
	
		
			gml:usesOperation is deprecated, gml:coordOperation shall be used instead.
		
	
	
		
			gml:PassThroughOperationPropertyType is a property type for association roles to a pass through operation, either referencing or containing the definition of that pass through operation.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:Conversion is a concrete 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.
This concrete complex type can be used without using a GML Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Conversion instance.
The usesValue property elements are an unordered list of composition associations to the set of parameter values used by this conversion operation.
		
	
	
		
			
				
					
					
				
			
		
	
	
		
			gml:method is an association role to the operation method used by a coordinate operation.
		
	
	
		
			deprecated
		
	
	
		
			gml:parameterValue is a composition association to a parameter value or group of parameter values used by a coordinate operation.
		
	
	
		
			deprecated
		
	
	
		
			gml:ConversionPropertyType is a property type for association roles to a concrete general-purpose conversion, either referencing or containing the definition of that conversion.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:Transformation is a concrete object element derived from gml:GeneralTransformation (13.6.2.13).
This concrete object can be used for all operation methods, without using a GML Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Transformation instance.
The parameterValue elements are an unordered list of composition associations to the set of parameter values used by this conversion operation.
		
	
	
		
			
				
					
					
				
			
		
	
	
		
			gml:TransformationPropertyType is a property type for association roles to a transformation, either referencing or containing the definition of that transformation.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:AbstractGeneralParameterValue is an abstract parameter value or group of parameter values.
This abstract complexType is expected to be extended and restricted for well-known operation methods with many instances, in Application Schemas that define operation-method-specialized element names and contents. Specific parameter value elements are directly contained in concrete subtypes, not in this abstract type. All concrete types derived from this type shall extend this type to include one "...Value" element with an appropriate type, which should be one of the element types allowed in the ParameterValueType. In addition, all derived concrete types shall extend this type to include a "operationParameter" property element that references one element substitutable for the "OperationParameter" object element.
		
	
	
		
	
	
		
			gml:AbstractGeneralParameterValuePropertyType is a  property type for inline association roles to a parameter value or group of parameter values, always containing the values.
		
		
			
		
	
	
		
			gml:ParameterValue is a parameter value, an ordered sequence of values, or a reference to a file of parameter values. This concrete complex type may be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with many instances.
		
	
	
		
			
				
					
						
						
						
						
						
						
						
						
					
					
				
			
		
	
	
		
			gml:value is a numeric value of an operation parameter, with its associated unit of measure.
		
	
	
		
			deprecated
		
	
	
		
			gml:stringValue is a character string value of an operation parameter. A string value does not have an associated unit of measure.
		
	
	
		
			gml:integerValue is a positive integer value of an operation parameter, usually used for a count. An integer value does not have an associated unit of measure.
		
	
	
		
			gml:booleanValue is a boolean value of an operation parameter. A Boolean value does not have an associated unit of measure.
		
	
	
		
			gml:valueList is an ordered sequence 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 sequence of double values.
		
	
	
		
			gml:integerValueList is an ordered sequence 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 sequence of integer values.
		
	
	
		
			gml:valueFile is a reference to a file or a part of a file containing one or more parameter values, each numeric value with its associated unit of measure. When referencing a part of a file, that file shall contain multiple identified parts, such as an XML encoded document. Furthermore, the referenced file or part of a file may reference another part of the same or different files, as allowed in XML documents.
		
	
	
		
			gml:operationParameter is an association role to the operation parameter of which this is a value.
		
	
	
		
			deprecated
		
	
	
		
			gml:ParameterValueGroup is a group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level ParameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. This concrete complex type can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with only one instance.
The parameterValue elements are an unordered set of composition association roles to the parameter values and groups of values included in this group.
		
	
	
		
			
				
					
					
				
			
		
	
	
		
			deprecated
		
	
	
		
			gml:group is an association role to the operation parameter group for which this element provides parameter values.
		
	
	
		
			deprecated
		
	
	
		
			gml:OperationMethod is a method (algorithm or procedure) 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 these parameters.
The generalOperationParameter elements are an unordered list of associations to the set of operation parameters and parameter groups used by this operation method.
		
	
	
		
			
				
					
					
					
					
				
			
		
	
	
		
			gml:formula specifies a formula or procedure 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.
		
	
	
		
			deprecated
		
	
	
		
			gml:sourceDimensions is the number of dimensions in the source CRS of this operation method.
		
	
	
		
			gml:targetDimensions is the number of dimensions in the target CRS of this operation method.
		
	
	
		
			gml:generalOperationParameter is an association to an operation parameter or parameter group.
		
	
	
		
			deprecated
		
	
	
		
			gml:OperationMethodPropertyType is a property type for association roles to a concrete general-purpose operation method, either referencing or containing the definition of that method.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:GeneralOperationParameter is the abstract definition of a parameter or group of parameters used by an operation method.
		
	
	
		
			
				
					
				
			
		
	
	
		
			gml:minimumOccurs is the minimum number of times that values for this parameter group or parameter are required. If this attribute is omitted, the minimum number shall be one.
		
	
	
		
			gml:AbstractGeneralOperationParameterPropertyType is a property type for association roles to an operation parameter or group, either referencing or containing the definition of that parameter or group.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:OperationParameter is the definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complex type is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.
		
	
	
		
			
				
			
		
	
	
		
			gml:OperationParameterPropertyType is a property type for association roles to an operation parameter, either referencing or containing the definition of that parameter.
		
		
			
		
		
	
	
		
			deprecated
		
	
	
		
			gml:OperationParameterGroup is the definition of a group of parameters used by an operation method. This complex type is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names.
The generalOperationParameter elements are an unordered list of associations to the set of operation parameters that are members of this group.
		
	
	
		
			
				
					
					
				
			
		
	
	
		
			gml:maximumOccurs is the maximum number of times that values for this parameter group may be included. If this attribute is omitted, the maximum number shall be one.
		
	
	
		
			deprecated
		
	
	
		
			gml:OperationParameterPropertyType is a property type for association roles to an operation parameter group, either referencing or containing the definition of that parameter group.
		
		
			
		
		
	
	
		
			deprecated
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy