gml:coordinateOperationAccuracy
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.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/coordinateOperations.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group xlink:simpleLink | |
xlink:href | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:role | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:arcrole | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:title | [0..1] | xsd:string | from group xlink:simpleLink | |
xlink:show | [0..1] | Anonymous | The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained | from group xlink:simpleLink |
xlink:actuate | [0..1] | Anonymous | The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows: onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained | from group xlink:simpleLink |
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:AbstractCoordinateOperationType (Elements gml:AbstractCoordinateOperation, gml:AbstractSingleOperation, gml:AbstractOperation)
- Type gml:AbstractGeneralConversionType (Element gml:AbstractGeneralConversion)
- Type gml:AbstractGeneralTransformationType (Element gml:AbstractGeneralTransformation)
- Type gml:ConcatenatedOperationType via extension of gml:AbstractCoordinateOperationType (Element gml:ConcatenatedOperation)
- Type gml:ConversionType via extension of gml:AbstractGeneralConversionType (Element gml:Conversion)
- Type gml:PassThroughOperationType via extension of gml:AbstractCoordinateOperationType (Element gml:PassThroughOperation)
- Type gml:TransformationType via extension of gml:AbstractGeneralTransformationType (Element gml:Transformation)
- Type gmx:ML_ConcatenatedOperation_Type via extension of gml:AbstractCoordinateOperationType (Element gmx:ML_ConcatenatedOperation)
- Type gmx:ML_Conversion_Type via extension of gml:AbstractGeneralConversionType (Element gmx:ML_Conversion)
- Type gmx:ML_PassThroughOperation_Type via extension of gml:AbstractCoordinateOperationType (Element gmx:ML_PassThroughOperation)
- Type gmx:ML_Transformation_Type via extension of gml:AbstractGeneralTransformationType (Element gmx:ML_Transformation)
- Type gmx:OperationAlt_Type via extension of gml:AbstractCoordinateOperationType (Element gmx:OperationAlt)
Sample instance
<gml:coordinateOperationAccuracy> <gmd:DQ_RelativeInternalPositionalAccuracy> <gmd:nameOfMeasure> <gco:CharacterString>string</gco:CharacterString> </gmd:nameOfMeasure> <gmd:measureIdentification> <gmd:MD_Identifier>...... </gmd:MD_Identifier> </gmd:measureIdentification> <gmd:measureDescription> <gco:CharacterString>string</gco:CharacterString> </gmd:measureDescription> <gmd:evaluationMethodType> <gmd:DQ_EvaluationMethodTypeCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:DQ_EvaluationMethodTypeCode> </gmd:evaluationMethodType> <gmd:evaluationMethodDescription> <gco:CharacterString>string</gco:CharacterString> </gmd:evaluationMethodDescription> <gmd:evaluationProcedure> <gmd:CI_Citation>....................................... </gmd:CI_Citation> </gmd:evaluationProcedure> <gmd:dateTime> <gco:DateTime>2000-01-01T12:00:00</gco:DateTime> </gmd:dateTime> <gmd:result> <gmd:DQ_ConformanceResult>......... </gmd:DQ_ConformanceResult> </gmd:result> </gmd:DQ_RelativeInternalPositionalAccuracy> </gml:coordinateOperationAccuracy>