|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.kml.v_2_3.AbstractObjectType
net.opengis.kml.v_2_3.AbstractGeometryType
net.opengis.kml.v_2_3.TrackType
public class TrackType
Java class for TrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractGeometryType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}extrude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}tessellate" minOccurs="0"/>
<group ref="{http://www.opengis.net/kml/2.2}AltitudeModeGroup"/>
<element ref="{http://www.opengis.net/kml/2.2}when" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}coord" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}angles" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Model" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ExtendedData" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}TrackSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}TrackObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</all>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AltitudeModeEnumType |
altitudeMode
|
protected List<AbstractObjectType> |
altitudeModeObjectExtensionGroup
|
protected List<Object> |
altitudeModeSimpleExtensionGroup
|
protected List<String> |
angles
|
protected List<String> |
coord
|
protected ExtendedDataType |
extendedData
|
protected Boolean |
extrude
|
protected ModelType |
model
|
protected SeaFloorAltitudeModeEnumType |
seaFloorAltitudeMode
|
protected Boolean |
tessellate
|
protected List<AbstractObjectType> |
trackObjectExtensionGroup
|
protected List<Object> |
trackSimpleExtensionGroup
|
protected List<String> |
when
|
| Fields inherited from class net.opengis.kml.v_2_3.AbstractGeometryType |
|---|
abstractGeometryObjectExtensionGroup, abstractGeometrySimpleExtensionGroup |
| Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
TrackType()
|
|
| Methods inherited from class net.opengis.kml.v_2_3.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getOtherAttributes, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setObjectSimpleExtensionGroup, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Boolean extrude
protected Boolean tessellate
protected AltitudeModeEnumType altitudeMode
protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode
protected List<Object> altitudeModeSimpleExtensionGroup
protected List<AbstractObjectType> altitudeModeObjectExtensionGroup
protected List<String> when
protected List<String> coord
protected List<String> angles
protected ModelType model
protected ExtendedDataType extendedData
protected List<Object> trackSimpleExtensionGroup
protected List<AbstractObjectType> trackObjectExtensionGroup
| Constructor Detail |
|---|
public TrackType()
| Method Detail |
|---|
public Boolean isExtrude()
Booleanpublic void setExtrude(Boolean value)
value - allowed object is
Booleanpublic boolean isSetExtrude()
public Boolean isTessellate()
Booleanpublic void setTessellate(Boolean value)
value - allowed object is
Booleanpublic boolean isSetTessellate()
public AltitudeModeEnumType getAltitudeMode()
AltitudeModeEnumTypepublic void setAltitudeMode(AltitudeModeEnumType value)
value - allowed object is
AltitudeModeEnumTypepublic boolean isSetAltitudeMode()
public SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
SeaFloorAltitudeModeEnumTypepublic void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
value - allowed object is
SeaFloorAltitudeModeEnumTypepublic boolean isSetSeaFloorAltitudeMode()
public List<Object> getAltitudeModeSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAltitudeModeSimpleExtensionGroup()
public void unsetAltitudeModeSimpleExtensionGroup()
public List<AbstractObjectType> getAltitudeModeObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the altitudeModeObjectExtensionGroup property.
For example, to add a new item, do as follows:
getAltitudeModeObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetAltitudeModeObjectExtensionGroup()
public void unsetAltitudeModeObjectExtensionGroup()
public List<String> getWhen()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the when property.
For example, to add a new item, do as follows:
getWhen().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetWhen()
public void unsetWhen()
public List<String> getCoord()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the coord property.
For example, to add a new item, do as follows:
getCoord().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCoord()
public void unsetCoord()
public List<String> getAngles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the angles property.
For example, to add a new item, do as follows:
getAngles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAngles()
public void unsetAngles()
public ModelType getModel()
ModelTypepublic void setModel(ModelType value)
value - allowed object is
ModelTypepublic boolean isSetModel()
public ExtendedDataType getExtendedData()
ExtendedDataTypepublic void setExtendedData(ExtendedDataType value)
value - allowed object is
ExtendedDataTypepublic boolean isSetExtendedData()
public List<Object> getTrackSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the trackSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getTrackSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetTrackSimpleExtensionGroup()
public void unsetTrackSimpleExtensionGroup()
public List<AbstractObjectType> getTrackObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the trackObjectExtensionGroup property.
For example, to add a new item, do as follows:
getTrackObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetTrackObjectExtensionGroup()
public void unsetTrackObjectExtensionGroup()
public String toString()
toString in class AbstractGeometryType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractGeometryType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractGeometryType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractGeometryTypepublic boolean equals(Object object)
equals in class AbstractGeometryType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractGeometryTypepublic int hashCode()
hashCode in class AbstractGeometryTypepublic Object clone()
clone in class AbstractGeometryTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGeometryType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractGeometryTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGeometryType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractGeometryTypepublic void setAltitudeModeSimpleExtensionGroup(List<Object> value)
public void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public void setWhen(List<String> value)
public void setCoord(List<String> value)
public void setAngles(List<String> value)
public void setTrackSimpleExtensionGroup(List<Object> value)
public void setTrackObjectExtensionGroup(List<AbstractObjectType> value)
public TrackType withExtrude(Boolean value)
public TrackType withTessellate(Boolean value)
public TrackType withAltitudeMode(AltitudeModeEnumType value)
public TrackType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
public TrackType withAltitudeModeSimpleExtensionGroup(Object... values)
public TrackType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
public TrackType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
public TrackType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
public TrackType withWhen(String... values)
public TrackType withWhen(Collection<String> values)
public TrackType withCoord(String... values)
public TrackType withCoord(Collection<String> values)
public TrackType withAngles(String... values)
public TrackType withAngles(Collection<String> values)
public TrackType withModel(ModelType value)
public TrackType withExtendedData(ExtendedDataType value)
public TrackType withTrackSimpleExtensionGroup(Object... values)
public TrackType withTrackSimpleExtensionGroup(Collection<Object> values)
public TrackType withTrackObjectExtensionGroup(AbstractObjectType... values)
public TrackType withTrackObjectExtensionGroup(Collection<AbstractObjectType> values)
public TrackType withAltitudeModeSimpleExtensionGroup(List<Object> value)
public TrackType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public TrackType withWhen(List<String> value)
public TrackType withCoord(List<String> value)
public TrackType withAngles(List<String> value)
public TrackType withTrackSimpleExtensionGroup(List<Object> value)
public TrackType withTrackObjectExtensionGroup(List<AbstractObjectType> value)
public TrackType withAbstractGeometrySimpleExtensionGroup(Object... values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic TrackType withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic TrackType withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic TrackType withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic TrackType withAbstractGeometrySimpleExtensionGroup(List<Object> value)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic TrackType withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic TrackType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic TrackType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic TrackType withId(String value)
withId in class AbstractGeometryTypepublic TrackType withTargetId(String value)
withTargetId in class AbstractGeometryTypepublic TrackType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractGeometryType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||