Package net.opengis.gml
Interface MovingObjectStatusType
-
- All Superinterfaces:
AbstractGMLType,AbstractTimeSliceType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MovingObjectStatusTypeImpl
public interface MovingObjectStatusType extends AbstractTimeSliceType
An XML MovingObjectStatusType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMovingObjectStatusType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasureTypeaddNewAcceleration()Appends and returns a new empty "acceleration" elementDirectionPropertyTypeaddNewBearing()Appends and returns a new empty "bearing" elementMeasureTypeaddNewElevation()Appends and returns a new empty "elevation" elementLocationPropertyTypeaddNewLocation()Appends and returns a new empty "location" elementMeasureTypeaddNewSpeed()Appends and returns a new empty "speed" elementStringOrRefTypeaddNewStatus()Appends and returns a new empty "status" elementMeasureTypegetAcceleration()Gets the "acceleration" elementDirectionPropertyTypegetBearing()Gets the "bearing" elementMeasureTypegetElevation()Gets the "elevation" elementLocationPropertyTypegetLocation()Gets the "location" elementMeasureTypegetSpeed()Gets the "speed" elementStringOrRefTypegetStatus()Gets the "status" elementbooleanisSetAcceleration()True if has "acceleration" elementbooleanisSetBearing()True if has "bearing" elementbooleanisSetElevation()True if has "elevation" elementbooleanisSetSpeed()True if has "speed" elementbooleanisSetStatus()True if has "status" elementvoidsetAcceleration(MeasureType acceleration)Sets the "acceleration" elementvoidsetBearing(DirectionPropertyType bearing)Sets the "bearing" elementvoidsetElevation(MeasureType elevation)Sets the "elevation" elementvoidsetLocation(LocationPropertyType location)Sets the "location" elementvoidsetSpeed(MeasureType speed)Sets the "speed" elementvoidsetStatus(StringOrRefType status)Sets the "status" elementvoidunsetAcceleration()Unsets the "acceleration" elementvoidunsetBearing()Unsets the "bearing" elementvoidunsetElevation()Unsets the "elevation" elementvoidunsetSpeed()Unsets the "speed" elementvoidunsetStatus()Unsets the "status" element-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.AbstractTimeSliceType
addNewDataSource, addNewValidTime, getDataSource, getValidTime, isSetDataSource, setDataSource, setValidTime, unsetDataSource
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getLocation
LocationPropertyType getLocation()
Gets the "location" element
-
setLocation
void setLocation(LocationPropertyType location)
Sets the "location" element
-
addNewLocation
LocationPropertyType addNewLocation()
Appends and returns a new empty "location" element
-
getSpeed
MeasureType getSpeed()
Gets the "speed" element
-
isSetSpeed
boolean isSetSpeed()
True if has "speed" element
-
setSpeed
void setSpeed(MeasureType speed)
Sets the "speed" element
-
addNewSpeed
MeasureType addNewSpeed()
Appends and returns a new empty "speed" element
-
unsetSpeed
void unsetSpeed()
Unsets the "speed" element
-
getBearing
DirectionPropertyType getBearing()
Gets the "bearing" element
-
isSetBearing
boolean isSetBearing()
True if has "bearing" element
-
setBearing
void setBearing(DirectionPropertyType bearing)
Sets the "bearing" element
-
addNewBearing
DirectionPropertyType addNewBearing()
Appends and returns a new empty "bearing" element
-
unsetBearing
void unsetBearing()
Unsets the "bearing" element
-
getAcceleration
MeasureType getAcceleration()
Gets the "acceleration" element
-
isSetAcceleration
boolean isSetAcceleration()
True if has "acceleration" element
-
setAcceleration
void setAcceleration(MeasureType acceleration)
Sets the "acceleration" element
-
addNewAcceleration
MeasureType addNewAcceleration()
Appends and returns a new empty "acceleration" element
-
unsetAcceleration
void unsetAcceleration()
Unsets the "acceleration" element
-
getElevation
MeasureType getElevation()
Gets the "elevation" element
-
isSetElevation
boolean isSetElevation()
True if has "elevation" element
-
setElevation
void setElevation(MeasureType elevation)
Sets the "elevation" element
-
addNewElevation
MeasureType addNewElevation()
Appends and returns a new empty "elevation" element
-
unsetElevation
void unsetElevation()
Unsets the "elevation" element
-
getStatus
StringOrRefType getStatus()
Gets the "status" element
-
isSetStatus
boolean isSetStatus()
True if has "status" element
-
setStatus
void setStatus(StringOrRefType status)
Sets the "status" element
-
addNewStatus
StringOrRefType addNewStatus()
Appends and returns a new empty "status" element
-
unsetStatus
void unsetStatus()
Unsets the "status" element
-
-