Uses of Interface
net.opengis.gml311.DirectedObservationType
-
Packages that use DirectedObservationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectedObservationType in net.opengis.gml311
Subinterfaces of DirectedObservationType in net.opengis.gml311 Modifier and Type Interface Description interfaceDirectedObservationAtDistanceTypeA representation of the model object 'Directed Observation At Distance Type'.Methods in net.opengis.gml311 that return DirectedObservationType Modifier and Type Method Description DirectedObservationTypeGml311Factory. createDirectedObservationType()Returns a new object of class 'Directed Observation Type'.DirectedObservationTypeDocumentRoot. getDirectedObservation()Returns the value of the 'Directed Observation' containment reference.Methods in net.opengis.gml311 with parameters of type DirectedObservationType Modifier and Type Method Description voidDocumentRoot. setDirectedObservation(DirectedObservationType value)Sets the value of the 'Directed Observation' containment reference. -
Uses of DirectedObservationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectedObservationType 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'.Methods in net.opengis.gml311.impl that return DirectedObservationType Modifier and Type Method Description DirectedObservationTypeGml311FactoryImpl. createDirectedObservationType()DirectedObservationTypeDocumentRootImpl. getDirectedObservation()Methods in net.opengis.gml311.impl with parameters of type DirectedObservationType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDirectedObservation(DirectedObservationType newDirectedObservation, NotificationChain msgs)voidDocumentRootImpl. setDirectedObservation(DirectedObservationType newDirectedObservation) -
Uses of DirectedObservationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectedObservationType Modifier and Type Method Description TGml311Switch. caseDirectedObservationType(DirectedObservationType object)Returns the result of interpreting the object as an instance of 'Directed Observation Type'.booleanGml311Validator. validateDirectedObservationType(DirectedObservationType directedObservationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-