Package net.opengis.gml311
Interface MovingObjectStatusType
- All Superinterfaces:
AbstractGMLType,AbstractTimeSliceType,EObject,Notifier
- All Known Implementing Classes:
MovingObjectStatusTypeImpl
A representation of the model object 'Moving Object Status Type'.
This type encapsulates various dynamic properties of moving objects
(points, lines, regions). It is useful for dealing with features whose
geometry or topology changes over time.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Acceleration' containment reference.Returns the value of the 'Bearing' containment reference.Returns the value of the 'Elevation' containment reference.Returns the value of the 'Location' containment reference.FeatureMapReturns the value of the 'Location Group' attribute list.getSpeed()Returns the value of the 'Speed' containment reference.Returns the value of the 'Status' containment reference.voidsetAcceleration(MeasureType value) Sets the value of the 'Acceleration' containment reference.voidsetBearing(DirectionPropertyType value) Sets the value of the 'Bearing' containment reference.voidsetElevation(MeasureType value) Sets the value of the 'Elevation' containment reference.voidsetLocation(LocationPropertyType value) Sets the value of the 'Location' containment reference.voidsetSpeed(MeasureType value) Sets the value of the 'Speed' containment reference.voidsetStatus(StringOrRefType value) Sets the value of the 'Status' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractTimeSliceType
getDataSource, getValidTime, setDataSource, setValidTimeMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLocationGroup
FeatureMap getLocationGroup()Returns the value of the 'Location Group' attribute list. The list contents are of typeFeatureMap.Entry. Deprecated in GML 3.1.0- Returns:
- the value of the 'Location Group' attribute list.
- See Also:
-
getLocation
LocationPropertyType getLocation()Returns the value of the 'Location' containment reference. Deprecated in GML 3.1.0- Returns:
- the value of the 'Location' containment reference.
- See Also:
-
setLocation
Sets the value of the 'Location' containment reference.- Parameters:
value- the new value of the 'Location' containment reference.- See Also:
-
getSpeed
MeasureType getSpeed()Returns the value of the 'Speed' containment reference.If the meaning of the 'Speed' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Speed' containment reference.
- See Also:
-
setSpeed
Sets the value of the 'Speed' containment reference.- Parameters:
value- the new value of the 'Speed' containment reference.- See Also:
-
getBearing
DirectionPropertyType getBearing()Returns the value of the 'Bearing' containment reference.If the meaning of the 'Bearing' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bearing' containment reference.
- See Also:
-
setBearing
Sets the value of the 'Bearing' containment reference.- Parameters:
value- the new value of the 'Bearing' containment reference.- See Also:
-
getAcceleration
MeasureType getAcceleration()Returns the value of the 'Acceleration' containment reference.If the meaning of the 'Acceleration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Acceleration' containment reference.
- See Also:
-
setAcceleration
Sets the value of the 'Acceleration' containment reference.- Parameters:
value- the new value of the 'Acceleration' containment reference.- See Also:
-
getElevation
MeasureType getElevation()Returns the value of the 'Elevation' containment reference.If the meaning of the 'Elevation' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Elevation' containment reference.
- See Also:
-
setElevation
Sets the value of the 'Elevation' containment reference.- Parameters:
value- the new value of the 'Elevation' containment reference.- See Also:
-
getStatus
StringOrRefType getStatus()Returns the value of the 'Status' containment reference.If the meaning of the 'Status' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Status' containment reference.
- See Also:
-
setStatus
Sets the value of the 'Status' containment reference.- Parameters:
value- the new value of the 'Status' containment reference.- See Also:
-