Uses of Interface
net.opengis.gml311.MovingObjectStatusType
-
Packages that use MovingObjectStatusType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MovingObjectStatusType in net.opengis.gml311
Methods in net.opengis.gml311 that return MovingObjectStatusType Modifier and Type Method Description MovingObjectStatusType
Gml311Factory. createMovingObjectStatusType()
Returns a new object of class 'Moving Object Status Type'.MovingObjectStatusType
DocumentRoot. getMovingObjectStatus()
Returns the value of the 'Moving Object Status' containment reference.Methods in net.opengis.gml311 that return types with arguments of type MovingObjectStatusType Modifier and Type Method Description EList<MovingObjectStatusType>
TrackType. getMovingObjectStatus()
Returns the value of the 'Moving Object Status' containment reference list.Methods in net.opengis.gml311 with parameters of type MovingObjectStatusType Modifier and Type Method Description void
DocumentRoot. setMovingObjectStatus(MovingObjectStatusType value)
Sets the value of the 'Moving Object Status
' containment reference. -
Uses of MovingObjectStatusType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MovingObjectStatusType Modifier and Type Class Description class
MovingObjectStatusTypeImpl
An implementation of the model object 'Moving Object Status Type'.Fields in net.opengis.gml311.impl with type parameters of type MovingObjectStatusType Modifier and Type Field Description protected EList<MovingObjectStatusType>
TrackTypeImpl. movingObjectStatus
The cached value of the 'Moving Object Status
' containment reference list.Methods in net.opengis.gml311.impl that return MovingObjectStatusType Modifier and Type Method Description MovingObjectStatusType
Gml311FactoryImpl. createMovingObjectStatusType()
MovingObjectStatusType
DocumentRootImpl. getMovingObjectStatus()
Methods in net.opengis.gml311.impl that return types with arguments of type MovingObjectStatusType Modifier and Type Method Description EList<MovingObjectStatusType>
TrackTypeImpl. getMovingObjectStatus()
Methods in net.opengis.gml311.impl with parameters of type MovingObjectStatusType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMovingObjectStatus(MovingObjectStatusType newMovingObjectStatus, NotificationChain msgs)
void
DocumentRootImpl. setMovingObjectStatus(MovingObjectStatusType newMovingObjectStatus)
-
Uses of MovingObjectStatusType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MovingObjectStatusType Modifier and Type Method Description T
Gml311Switch. caseMovingObjectStatusType(MovingObjectStatusType object)
Returns the result of interpreting the object as an instance of 'Moving Object Status Type'.boolean
Gml311Validator. validateMovingObjectStatusType(MovingObjectStatusType movingObjectStatusType, DiagnosticChain diagnostics, Map<Object,Object> context)
-