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 MovingObjectStatusTypeGml311Factory. createMovingObjectStatusType()Returns a new object of class 'Moving Object Status Type'.MovingObjectStatusTypeDocumentRoot. 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 voidDocumentRoot. 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 classMovingObjectStatusTypeImplAn 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. movingObjectStatusThe cached value of the 'Moving Object Status' containment reference list.Methods in net.opengis.gml311.impl that return MovingObjectStatusType Modifier and Type Method Description MovingObjectStatusTypeGml311FactoryImpl. createMovingObjectStatusType()MovingObjectStatusTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetMovingObjectStatus(MovingObjectStatusType newMovingObjectStatus, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseMovingObjectStatusType(MovingObjectStatusType object)Returns the result of interpreting the object as an instance of 'Moving Object Status Type'.booleanGml311Validator. validateMovingObjectStatusType(MovingObjectStatusType movingObjectStatusType, DiagnosticChain diagnostics, Map<Object,Object> context)
-