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 interfaceDirectedObservationAtDistanceTypeA representation of the model object 'Directed Observation At Distance Type'.interfaceDirectedObservationTypeA representation of the model object 'Directed Observation Type'.Methods in net.opengis.gml311 that return ObservationType Modifier and Type Method Description ObservationTypeGml311Factory. createObservationType()Returns a new object of class 'Observation Type'.ObservationTypeDocumentRoot. getObservation()Returns the value of the 'Observation' containment reference.Methods in net.opengis.gml311 with parameters of type ObservationType Modifier and Type Method Description voidDocumentRoot. 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 classDirectedObservationAtDistanceTypeImplAn implementation of the model object 'Directed Observation At Distance Type'.classDirectedObservationTypeImplAn implementation of the model object 'Directed Observation Type'.classObservationTypeImplAn implementation of the model object 'Observation Type'.Methods in net.opengis.gml311.impl that return ObservationType Modifier and Type Method Description ObservationTypeGml311FactoryImpl. createObservationType()ObservationTypeDocumentRootImpl. getObservation()Methods in net.opengis.gml311.impl with parameters of type ObservationType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetObservation(ObservationType newObservation, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseObservationType(ObservationType object)Returns the result of interpreting the object as an instance of 'Observation Type'.booleanGml311Validator. validateObservationType(ObservationType observationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-