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 interface
DirectedObservationAtDistanceType
A representation of the model object 'Directed Observation At Distance Type'.Methods in net.opengis.gml311 that return DirectedObservationType Modifier and Type Method Description DirectedObservationType
Gml311Factory. createDirectedObservationType()
Returns a new object of class 'Directed Observation Type'.DirectedObservationType
DocumentRoot. 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 void
DocumentRoot. 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 class
DirectedObservationAtDistanceTypeImpl
An implementation of the model object 'Directed Observation At Distance Type'.class
DirectedObservationTypeImpl
An implementation of the model object 'Directed Observation Type'.Methods in net.opengis.gml311.impl that return DirectedObservationType Modifier and Type Method Description DirectedObservationType
Gml311FactoryImpl. createDirectedObservationType()
DirectedObservationType
DocumentRootImpl. getDirectedObservation()
Methods in net.opengis.gml311.impl with parameters of type DirectedObservationType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDirectedObservation(DirectedObservationType newDirectedObservation, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseDirectedObservationType(DirectedObservationType object)
Returns the result of interpreting the object as an instance of 'Directed Observation Type'.boolean
Gml311Validator. validateDirectedObservationType(DirectedObservationType directedObservationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-