Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type gml:ConcatenatedOperationType
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagram index10.tmp#id82 index11.tmp#id76 index12.tmp#id97 index13.tmp#id99 index14.tmp#id103 index15.tmp#id108 index16.tmp#id75 index17.tmp#id74 index10.tmp#id82 index11.tmp#id76 index12.tmp#id97 index13.tmp#id99 index14.tmp#id103 index15.tmp#id108 index61.tmp#id566 index62.tmp#id567 index63.tmp#id565 index64.tmp#id910 index65.tmp#id911 index66.tmp#id983 index67.tmp#id994 index68.tmp#id995 index69.tmp#id1104 index70.tmp#id1106 index71.tmp#id993 index81.tmp#id343 index327.tmp#id1828
Type extension of gml:AbstractCoordinateOperationType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier , gml:name* , gml:remarks{0,1} , gml:domainOfValidity{0,1} , gml:scope+ , gml:operationVersion{0,1} , gml:coordinateOperationAccuracy* , gml:sourceCRS{0,1} , gml:targetCRS{0,1} , gml:coordOperation{2,unbounded}
Children gml:coordOperation, gml:coordinateOperationAccuracy, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:operationVersion, gml:remarks, gml:scope, gml:sourceCRS, gml:targetCRS
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
gml:id ID required
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.
Source
<complexType name="ConcatenatedOperationType">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractCoordinateOperationType">
      <sequence>
        <element ref="gml:coordOperation" minOccurs="2" maxOccurs="unbounded"/>
      </sequence>
      <attributeGroup ref="gml:AggregationAttributeGroup"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/coordinateOperations.xsd