Uses of Interface
net.opengis.gml311.AbsoluteExternalPositionalAccuracyType
-
Packages that use AbsoluteExternalPositionalAccuracyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbsoluteExternalPositionalAccuracyType in net.opengis.gml311
Methods in net.opengis.gml311 that return AbsoluteExternalPositionalAccuracyType Modifier and Type Method Description AbsoluteExternalPositionalAccuracyType
Gml311Factory. createAbsoluteExternalPositionalAccuracyType()
Returns a new object of class 'Absolute External Positional Accuracy Type'.AbsoluteExternalPositionalAccuracyType
DocumentRoot. getAbsoluteExternalPositionalAccuracy()
Returns the value of the 'Absolute External Positional Accuracy' containment reference.Methods in net.opengis.gml311 with parameters of type AbsoluteExternalPositionalAccuracyType Modifier and Type Method Description void
DocumentRoot. setAbsoluteExternalPositionalAccuracy(AbsoluteExternalPositionalAccuracyType value)
Sets the value of the 'Absolute External Positional Accuracy
' containment reference. -
Uses of AbsoluteExternalPositionalAccuracyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbsoluteExternalPositionalAccuracyType Modifier and Type Class Description class
AbsoluteExternalPositionalAccuracyTypeImpl
An implementation of the model object 'Absolute External Positional Accuracy Type'.Methods in net.opengis.gml311.impl that return AbsoluteExternalPositionalAccuracyType Modifier and Type Method Description AbsoluteExternalPositionalAccuracyType
Gml311FactoryImpl. createAbsoluteExternalPositionalAccuracyType()
AbsoluteExternalPositionalAccuracyType
DocumentRootImpl. getAbsoluteExternalPositionalAccuracy()
Methods in net.opengis.gml311.impl with parameters of type AbsoluteExternalPositionalAccuracyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAbsoluteExternalPositionalAccuracy(AbsoluteExternalPositionalAccuracyType newAbsoluteExternalPositionalAccuracy, NotificationChain msgs)
void
DocumentRootImpl. setAbsoluteExternalPositionalAccuracy(AbsoluteExternalPositionalAccuracyType newAbsoluteExternalPositionalAccuracy)
-
Uses of AbsoluteExternalPositionalAccuracyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbsoluteExternalPositionalAccuracyType Modifier and Type Method Description T
Gml311Switch. caseAbsoluteExternalPositionalAccuracyType(AbsoluteExternalPositionalAccuracyType object)
Returns the result of interpreting the object as an instance of 'Absolute External Positional Accuracy Type'.boolean
Gml311Validator. validateAbsoluteExternalPositionalAccuracyType(AbsoluteExternalPositionalAccuracyType absoluteExternalPositionalAccuracyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-