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 DirectionPropertyTypeGml311Factory. createDirectionPropertyType()Returns a new object of class 'Direction Property Type'.DirectionPropertyTypeMovingObjectStatusType. getBearing()Returns the value of the 'Bearing' containment reference.DirectionPropertyTypeDirectedObservationType. getDirection()Returns the value of the 'Direction' containment reference.DirectionPropertyTypeDocumentRoot. getDirection()Returns the value of the 'Direction' containment reference.Methods in net.opengis.gml311 with parameters of type DirectionPropertyType Modifier and Type Method Description voidMovingObjectStatusType. setBearing(DirectionPropertyType value)Sets the value of the 'Bearing' containment reference.voidDirectedObservationType. setDirection(DirectionPropertyType value)Sets the value of the 'Direction' containment reference.voidDocumentRoot. 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 classDirectionPropertyTypeImplAn implementation of the model object 'Direction Property Type'.Fields in net.opengis.gml311.impl declared as DirectionPropertyType Modifier and Type Field Description protected DirectionPropertyTypeMovingObjectStatusTypeImpl. bearingThe cached value of the 'Bearing' containment reference.protected DirectionPropertyTypeDirectedObservationTypeImpl. directionThe cached value of the 'Direction' containment reference.Methods in net.opengis.gml311.impl that return DirectionPropertyType Modifier and Type Method Description DirectionPropertyTypeGml311FactoryImpl. createDirectionPropertyType()DirectionPropertyTypeMovingObjectStatusTypeImpl. getBearing()DirectionPropertyTypeDirectedObservationTypeImpl. getDirection()DirectionPropertyTypeDocumentRootImpl. getDirection()Methods in net.opengis.gml311.impl with parameters of type DirectionPropertyType Modifier and Type Method Description NotificationChainMovingObjectStatusTypeImpl. basicSetBearing(DirectionPropertyType newBearing, NotificationChain msgs)NotificationChainDirectedObservationTypeImpl. basicSetDirection(DirectionPropertyType newDirection, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDirection(DirectionPropertyType newDirection, NotificationChain msgs)voidMovingObjectStatusTypeImpl. setBearing(DirectionPropertyType newBearing)voidDirectedObservationTypeImpl. setDirection(DirectionPropertyType newDirection)voidDocumentRootImpl. 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 TGml311Switch. caseDirectionPropertyType(DirectionPropertyType object)Returns the result of interpreting the object as an instance of 'Direction Property Type'.booleanGml311Validator. validateDirectionPropertyType(DirectionPropertyType directionPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-