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 |
---|---|---|---|---|
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>