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 RelativeInternalPositionalAccuracyType
Gml311Factory. createRelativeInternalPositionalAccuracyType()
Returns a new object of class 'Relative Internal Positional Accuracy Type'.RelativeInternalPositionalAccuracyType
DocumentRoot. 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 void
DocumentRoot. 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 class
RelativeInternalPositionalAccuracyTypeImpl
An implementation of the model object 'Relative Internal Positional Accuracy Type'.Methods in net.opengis.gml311.impl that return RelativeInternalPositionalAccuracyType Modifier and Type Method Description RelativeInternalPositionalAccuracyType
Gml311FactoryImpl. createRelativeInternalPositionalAccuracyType()
RelativeInternalPositionalAccuracyType
DocumentRootImpl. getRelativeInternalPositionalAccuracy()
Methods in net.opengis.gml311.impl with parameters of type RelativeInternalPositionalAccuracyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetRelativeInternalPositionalAccuracy(RelativeInternalPositionalAccuracyType newRelativeInternalPositionalAccuracy, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseRelativeInternalPositionalAccuracyType(RelativeInternalPositionalAccuracyType object)
Returns the result of interpreting the object as an instance of 'Relative Internal Positional Accuracy Type'.boolean
Gml311Validator. validateRelativeInternalPositionalAccuracyType(RelativeInternalPositionalAccuracyType relativeInternalPositionalAccuracyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-