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 interfaceAbsoluteExternalPositionalAccuracyTypeA representation of the model object 'Absolute External Positional Accuracy Type'.interfaceCovarianceMatrixTypeA representation of the model object 'Covariance Matrix Type'.interfaceRelativeInternalPositionalAccuracyTypeA representation of the model object 'Relative Internal Positional Accuracy Type'.Methods in net.opengis.gml311 that return AbstractPositionalAccuracyType Modifier and Type Method Description AbstractPositionalAccuracyTypeDocumentRoot. 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 classAbsoluteExternalPositionalAccuracyTypeImplAn implementation of the model object 'Absolute External Positional Accuracy Type'.classAbstractPositionalAccuracyTypeImplAn implementation of the model object 'Abstract Positional Accuracy Type'.classCovarianceMatrixTypeImplAn implementation of the model object 'Covariance Matrix Type'.classRelativeInternalPositionalAccuracyTypeImplAn implementation of the model object 'Relative Internal Positional Accuracy Type'.Methods in net.opengis.gml311.impl that return AbstractPositionalAccuracyType Modifier and Type Method Description AbstractPositionalAccuracyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractPositionalAccuracyType(AbstractPositionalAccuracyType object)Returns the result of interpreting the object as an instance of 'Abstract Positional Accuracy Type'.booleanGml311Validator. validateAbstractPositionalAccuracyType(AbstractPositionalAccuracyType abstractPositionalAccuracyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-