Uses of Interface
net.opengis.gml311.RelativeInternalPositionalAccuracyType
-
Packages that use RelativeInternalPositionalAccuracyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RelativeInternalPositionalAccuracyType in net.opengis.gml311
Methods in net.opengis.gml311 that return RelativeInternalPositionalAccuracyType Modifier and Type Method Description RelativeInternalPositionalAccuracyTypeGml311Factory. createRelativeInternalPositionalAccuracyType()Returns a new object of class 'Relative Internal Positional Accuracy Type'.RelativeInternalPositionalAccuracyTypeDocumentRoot. getRelativeInternalPositionalAccuracy()Returns the value of the 'Relative Internal Positional Accuracy' containment reference.Methods in net.opengis.gml311 with parameters of type RelativeInternalPositionalAccuracyType Modifier and Type Method Description voidDocumentRoot. setRelativeInternalPositionalAccuracy(RelativeInternalPositionalAccuracyType value)Sets the value of the 'Relative Internal Positional Accuracy' containment reference. -
Uses of RelativeInternalPositionalAccuracyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RelativeInternalPositionalAccuracyType Modifier and Type Class Description classRelativeInternalPositionalAccuracyTypeImplAn implementation of the model object 'Relative Internal Positional Accuracy Type'.Methods in net.opengis.gml311.impl that return RelativeInternalPositionalAccuracyType Modifier and Type Method Description RelativeInternalPositionalAccuracyTypeGml311FactoryImpl. createRelativeInternalPositionalAccuracyType()RelativeInternalPositionalAccuracyTypeDocumentRootImpl. getRelativeInternalPositionalAccuracy()Methods in net.opengis.gml311.impl with parameters of type RelativeInternalPositionalAccuracyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRelativeInternalPositionalAccuracy(RelativeInternalPositionalAccuracyType newRelativeInternalPositionalAccuracy, NotificationChain msgs)voidDocumentRootImpl. setRelativeInternalPositionalAccuracy(RelativeInternalPositionalAccuracyType newRelativeInternalPositionalAccuracy) -
Uses of RelativeInternalPositionalAccuracyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RelativeInternalPositionalAccuracyType Modifier and Type Method Description TGml311Switch. caseRelativeInternalPositionalAccuracyType(RelativeInternalPositionalAccuracyType object)Returns the result of interpreting the object as an instance of 'Relative Internal Positional Accuracy Type'.booleanGml311Validator. validateRelativeInternalPositionalAccuracyType(RelativeInternalPositionalAccuracyType relativeInternalPositionalAccuracyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-