|
||||||||||
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-Klasse für MovingObjectStatusType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der acceleration-Eigenschaft ab. |
DirectionPropertyType |
getBearing()
Ruft den Wert der bearing-Eigenschaft ab. |
MeasureType |
getElevation()
Ruft den Wert der elevation-Eigenschaft ab. |
javax.xml.bind.JAXBElement<? extends LocationPropertyType> |
getLocation()
Ruft den Wert der location-Eigenschaft ab. |
MeasureType |
getSpeed()
Ruft den Wert der speed-Eigenschaft ab. |
StringOrRefType |
getStatus()
Ruft den Wert der status-Eigenschaft ab. |
boolean |
isSetAcceleration()
|
boolean |
isSetBearing()
|
boolean |
isSetElevation()
|
boolean |
isSetLocation()
|
boolean |
isSetSpeed()
|
boolean |
isSetStatus()
|
void |
setAcceleration(MeasureType value)
Legt den Wert der acceleration-Eigenschaft fest. |
void |
setBearing(DirectionPropertyType value)
Legt den Wert der bearing-Eigenschaft fest. |
void |
setElevation(MeasureType value)
Legt den Wert der elevation-Eigenschaft fest. |
void |
setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
Legt den Wert der location-Eigenschaft fest. |
void |
setSpeed(MeasureType value)
Legt den Wert der speed-Eigenschaft fest. |
void |
setStatus(StringOrRefType value)
Legt den Wert der status-Eigenschaft fest. |
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
<
PriorityLocationPropertyType
>
JAXBElement
<
LocationPropertyType
>
public void setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
value
- allowed object is
JAXBElement
<
PriorityLocationPropertyType
>
JAXBElement
<
LocationPropertyType
>
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 |