|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeSliceType
org.citygml4j.jaxb.gml._3_1_1.MovingObjectStatusType
public class MovingObjectStatusType
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.
Java class for MovingObjectStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MovingObjectStatusType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTimeSliceType"> <sequence> <element ref="{http://www.opengis.net/gml}location"/> <element name="speed" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/> <element name="bearing" type="{http://www.opengis.net/gml}DirectionPropertyType" minOccurs="0"/> <element name="acceleration" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/> <element name="elevation" type="{http://www.opengis.net/gml}MeasureType" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}status" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
MovingObjectStatusType()
|
Method Summary | |
---|---|
MeasureType |
getAcceleration()
Gets the value of the acceleration property. |
DirectionPropertyType |
getBearing()
Gets the value of the bearing property. |
MeasureType |
getElevation()
Gets the value of the elevation property. |
javax.xml.bind.JAXBElement<? extends LocationPropertyType> |
getLocation()
Gets the value of the location property. |
MeasureType |
getSpeed()
Gets the value of the speed property. |
StringOrRefType |
getStatus()
Gets the value of the status property. |
boolean |
isSetAcceleration()
|
boolean |
isSetBearing()
|
boolean |
isSetElevation()
|
boolean |
isSetLocation()
|
boolean |
isSetSpeed()
|
boolean |
isSetStatus()
|
void |
setAcceleration(MeasureType value)
Sets the value of the acceleration property. |
void |
setBearing(DirectionPropertyType value)
Sets the value of the bearing property. |
void |
setElevation(MeasureType value)
Sets the value of the elevation property. |
void |
setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
Sets the value of the location property. |
void |
setSpeed(MeasureType value)
Sets the value of the speed property. |
void |
setStatus(StringOrRefType value)
Sets the value of the status property. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimeSliceType |
---|
getDataSource, getValidTime, isSetDataSource, isSetValidTime, setDataSource, setValidTime |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MovingObjectStatusType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<? extends LocationPropertyType> getLocation()
JAXBElement
<
LocationPropertyType
>
JAXBElement
<
PriorityLocationPropertyType
>
public void setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
value
- allowed object is
JAXBElement
<
LocationPropertyType
>
JAXBElement
<
PriorityLocationPropertyType
>
public boolean isSetLocation()
public MeasureType getSpeed()
MeasureType
public void setSpeed(MeasureType value)
value
- allowed object is
MeasureType
public boolean isSetSpeed()
public DirectionPropertyType getBearing()
DirectionPropertyType
public void setBearing(DirectionPropertyType value)
value
- allowed object is
DirectionPropertyType
public boolean isSetBearing()
public MeasureType getAcceleration()
MeasureType
public void setAcceleration(MeasureType value)
value
- allowed object is
MeasureType
public boolean isSetAcceleration()
public MeasureType getElevation()
MeasureType
public void setElevation(MeasureType value)
value
- allowed object is
MeasureType
public boolean isSetElevation()
public StringOrRefType getStatus()
StringOrRefType
public void setStatus(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |