Uses of Interface
net.opengis.gml311.ObservationType
Packages that use ObservationType
-
Uses of ObservationType in net.opengis.gml311
Subinterfaces of ObservationType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Directed Observation At Distance Type'.interface
A representation of the model object 'Directed Observation Type'.Methods in net.opengis.gml311 that return ObservationTypeModifier and TypeMethodDescriptionGml311Factory.createObservationType()
Returns a new object of class 'Observation Type'.DocumentRoot.getObservation()
Returns the value of the 'Observation' containment reference.Methods in net.opengis.gml311 with parameters of type ObservationTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setObservation
(ObservationType value) Sets the value of the 'Observation
' containment reference. -
Uses of ObservationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ObservationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Directed Observation At Distance Type'.class
An implementation of the model object 'Directed Observation Type'.class
An implementation of the model object 'Observation Type'.Methods in net.opengis.gml311.impl that return ObservationTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createObservationType()
DocumentRootImpl.getObservation()
Methods in net.opengis.gml311.impl with parameters of type ObservationTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetObservation
(ObservationType newObservation, NotificationChain msgs) void
DocumentRootImpl.setObservation
(ObservationType newObservation) -
Uses of ObservationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ObservationTypeModifier and TypeMethodDescriptionGml311Switch.caseObservationType
(ObservationType object) Returns the result of interpreting the object as an instance of 'Observation Type'.boolean
Gml311Validator.validateObservationType
(ObservationType observationType, DiagnosticChain diagnostics, Map<Object, Object> context)