Uses of Interface
net.opengis.gml311.DirectionPropertyType
-
Packages that use DirectionPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectionPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectionPropertyType Modifier and Type Method Description DirectionPropertyType
Gml311Factory. createDirectionPropertyType()
Returns a new object of class 'Direction Property Type'.DirectionPropertyType
MovingObjectStatusType. getBearing()
Returns the value of the 'Bearing' containment reference.DirectionPropertyType
DirectedObservationType. getDirection()
Returns the value of the 'Direction' containment reference.DirectionPropertyType
DocumentRoot. getDirection()
Returns the value of the 'Direction' containment reference.Methods in net.opengis.gml311 with parameters of type DirectionPropertyType Modifier and Type Method Description void
MovingObjectStatusType. setBearing(DirectionPropertyType value)
Sets the value of the 'Bearing
' containment reference.void
DirectedObservationType. setDirection(DirectionPropertyType value)
Sets the value of the 'Direction
' containment reference.void
DocumentRoot. setDirection(DirectionPropertyType value)
Sets the value of the 'Direction
' containment reference. -
Uses of DirectionPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectionPropertyType Modifier and Type Class Description class
DirectionPropertyTypeImpl
An implementation of the model object 'Direction Property Type'.Fields in net.opengis.gml311.impl declared as DirectionPropertyType Modifier and Type Field Description protected DirectionPropertyType
MovingObjectStatusTypeImpl. bearing
The cached value of the 'Bearing
' containment reference.protected DirectionPropertyType
DirectedObservationTypeImpl. direction
The cached value of the 'Direction
' containment reference.Methods in net.opengis.gml311.impl that return DirectionPropertyType Modifier and Type Method Description DirectionPropertyType
Gml311FactoryImpl. createDirectionPropertyType()
DirectionPropertyType
MovingObjectStatusTypeImpl. getBearing()
DirectionPropertyType
DirectedObservationTypeImpl. getDirection()
DirectionPropertyType
DocumentRootImpl. getDirection()
Methods in net.opengis.gml311.impl with parameters of type DirectionPropertyType Modifier and Type Method Description NotificationChain
MovingObjectStatusTypeImpl. basicSetBearing(DirectionPropertyType newBearing, NotificationChain msgs)
NotificationChain
DirectedObservationTypeImpl. basicSetDirection(DirectionPropertyType newDirection, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDirection(DirectionPropertyType newDirection, NotificationChain msgs)
void
MovingObjectStatusTypeImpl. setBearing(DirectionPropertyType newBearing)
void
DirectedObservationTypeImpl. setDirection(DirectionPropertyType newDirection)
void
DocumentRootImpl. setDirection(DirectionPropertyType newDirection)
-
Uses of DirectionPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectionPropertyType Modifier and Type Method Description T
Gml311Switch. caseDirectionPropertyType(DirectionPropertyType object)
Returns the result of interpreting the object as an instance of 'Direction Property Type'.boolean
Gml311Validator. validateDirectionPropertyType(DirectionPropertyType directionPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-