gml:ConcatenatedOperationType
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.
Complex type information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/coordinateOperations.xsd
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*]
- gml:description [0..1]The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property.
- gml:descriptionReference [0..1]The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description.
- gml:identifier [1..1]Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers.
- gml:name [0..*]The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.
- gml:remarks [0..1]
- gml:domainOfValidity [0..1]The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.
- gml:scope [1..*]The gml:scope property provides a description of the usage, or limitations of usage, for which this CRS-related object is valid. If unknown, enter "not known".
- gml:operationVersion [0..1]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 [0..*]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 [0..1]gml:sourceCRS is an association role to the source CRS (coordinate reference system) of this coordinate operation.
- gml:targetCRS [0..1]gml:targetCRS is an association role to the target CRS (coordinate reference system) of this coordinate operation.
- Choice [2..*]
- gml:coordOperationgml:coordOperation is an association role to a coordinate operation.
- gml:usesSingleOperation
- gml:usesOperation
from subst. group gml:coordOperation
from type gml:DefinitionBaseTypefrom type gml:DefinitionTypefrom type gml:AbstractCoordinateOperationType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. | from type gml:DefinitionBaseType |
aggregationType | [0..1] | gml:AggregationType | from group gml:AggregationAttributeGroup |
Used by
- Element gml:ConcatenatedOperation
- Element gmx:ML_ConcatenatedOperation via derived type gmx:ML_ConcatenatedOperation_Type
Type inheritance chain
- gml:AbstractGMLType
- gml:DefinitionBaseType
- gml:DefinitionType
- gml:IdentifiedObjectType
- gml:AbstractCoordinateOperationType
- gml:ConcatenatedOperationType
- extended by gmx:ML_ConcatenatedOperation_Type
- gml:ConcatenatedOperationType
- gml:AbstractCoordinateOperationType
- gml:IdentifiedObjectType
- gml:DefinitionType
- gml:DefinitionBaseType