Uses of Interface
net.opengis.gml311.AbstractPositionalAccuracyType
-
Packages that use AbstractPositionalAccuracyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractPositionalAccuracyType in net.opengis.gml311
Subinterfaces of AbstractPositionalAccuracyType in net.opengis.gml311 Modifier and Type Interface Description interface
AbsoluteExternalPositionalAccuracyType
A representation of the model object 'Absolute External Positional Accuracy Type'.interface
CovarianceMatrixType
A representation of the model object 'Covariance Matrix Type'.interface
RelativeInternalPositionalAccuracyType
A representation of the model object 'Relative Internal Positional Accuracy Type'.Methods in net.opengis.gml311 that return AbstractPositionalAccuracyType Modifier and Type Method Description AbstractPositionalAccuracyType
DocumentRoot. getPositionalAccuracy()
Returns the value of the 'Positional Accuracy' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractPositionalAccuracyType Modifier and Type Method Description EList<AbstractPositionalAccuracyType>
AbstractCoordinateOperationType. getPositionalAccuracy()
Returns the value of the 'Positional Accuracy' containment reference list. -
Uses of AbstractPositionalAccuracyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractPositionalAccuracyType Modifier and Type Class Description class
AbsoluteExternalPositionalAccuracyTypeImpl
An implementation of the model object 'Absolute External Positional Accuracy Type'.class
AbstractPositionalAccuracyTypeImpl
An implementation of the model object 'Abstract Positional Accuracy Type'.class
CovarianceMatrixTypeImpl
An implementation of the model object 'Covariance Matrix Type'.class
RelativeInternalPositionalAccuracyTypeImpl
An implementation of the model object 'Relative Internal Positional Accuracy Type'.Methods in net.opengis.gml311.impl that return AbstractPositionalAccuracyType Modifier and Type Method Description AbstractPositionalAccuracyType
DocumentRootImpl. getPositionalAccuracy()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractPositionalAccuracyType Modifier and Type Method Description EList<AbstractPositionalAccuracyType>
AbstractCoordinateOperationTypeImpl. getPositionalAccuracy()
Methods in net.opengis.gml311.impl with parameters of type AbstractPositionalAccuracyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPositionalAccuracy(AbstractPositionalAccuracyType newPositionalAccuracy, NotificationChain msgs)
-
Uses of AbstractPositionalAccuracyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractPositionalAccuracyType Modifier and Type Method Description T
Gml311Switch. caseAbstractPositionalAccuracyType(AbstractPositionalAccuracyType object)
Returns the result of interpreting the object as an instance of 'Abstract Positional Accuracy Type'.boolean
Gml311Validator. validateAbstractPositionalAccuracyType(AbstractPositionalAccuracyType abstractPositionalAccuracyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-