Uses of Interface
net.opengis.gml311.ObservationType
-
Packages that use ObservationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ObservationType in net.opengis.gml311
Subinterfaces of ObservationType in net.opengis.gml311 Modifier and Type Interface Description interface
DirectedObservationAtDistanceType
A representation of the model object 'Directed Observation At Distance Type'.interface
DirectedObservationType
A representation of the model object 'Directed Observation Type'.Methods in net.opengis.gml311 that return ObservationType Modifier and Type Method Description ObservationType
Gml311Factory. createObservationType()
Returns a new object of class 'Observation Type'.ObservationType
DocumentRoot. getObservation()
Returns the value of the 'Observation' containment reference.Methods in net.opengis.gml311 with parameters of type ObservationType Modifier and Type Method Description void
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 ObservationType Modifier and Type Class Description class
DirectedObservationAtDistanceTypeImpl
An implementation of the model object 'Directed Observation At Distance Type'.class
DirectedObservationTypeImpl
An implementation of the model object 'Directed Observation Type'.class
ObservationTypeImpl
An implementation of the model object 'Observation Type'.Methods in net.opengis.gml311.impl that return ObservationType Modifier and Type Method Description ObservationType
Gml311FactoryImpl. createObservationType()
ObservationType
DocumentRootImpl. getObservation()
Methods in net.opengis.gml311.impl with parameters of type ObservationType Modifier and Type Method Description NotificationChain
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 ObservationType Modifier and Type Method Description T
Gml311Switch. 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)
-