|
|||||||||
| 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.PointType
public class PointType
Java class for PointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractGeometryType">
<all>
<element ref="{http://www.opengis.net/kml/2.2}extrude" minOccurs="0"/>
<group ref="{http://www.opengis.net/kml/2.2}AltitudeModeGroup"/>
<element ref="{http://www.opengis.net/kml/2.2}coordinates" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PointSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PointObjectExtensionGroup" 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> |
coordinates
|
protected Boolean |
extrude
|
protected List<AbstractObjectType> |
pointObjectExtensionGroup
|
protected List<Object> |
pointSimpleExtensionGroup
|
protected SeaFloorAltitudeModeEnumType |
seaFloorAltitudeMode
|
| 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 | |
|---|---|
PointType()
|
|
| 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 AltitudeModeEnumType altitudeMode
protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode
protected List<Object> altitudeModeSimpleExtensionGroup
protected List<AbstractObjectType> altitudeModeObjectExtensionGroup
protected List<String> coordinates
protected List<Object> pointSimpleExtensionGroup
protected List<AbstractObjectType> pointObjectExtensionGroup
| Constructor Detail |
|---|
public PointType()
| Method Detail |
|---|
public Boolean isExtrude()
Booleanpublic void setExtrude(Boolean value)
value - allowed object is
Booleanpublic boolean isSetExtrude()
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> getCoordinates()
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 coordinates property.
For example, to add a new item, do as follows:
getCoordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCoordinates()
public void unsetCoordinates()
public List<Object> getPointSimpleExtensionGroup()
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 pointSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getPointSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetPointSimpleExtensionGroup()
public void unsetPointSimpleExtensionGroup()
public List<AbstractObjectType> getPointObjectExtensionGroup()
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 pointObjectExtensionGroup property.
For example, to add a new item, do as follows:
getPointObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetPointObjectExtensionGroup()
public void unsetPointObjectExtensionGroup()
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 setCoordinates(List<String> value)
public void setPointSimpleExtensionGroup(List<Object> value)
public void setPointObjectExtensionGroup(List<AbstractObjectType> value)
public PointType withExtrude(Boolean value)
public PointType withAltitudeMode(AltitudeModeEnumType value)
public PointType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
public PointType withAltitudeModeSimpleExtensionGroup(Object... values)
public PointType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
public PointType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
public PointType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
public PointType withCoordinates(String... values)
public PointType withCoordinates(Collection<String> values)
public PointType withPointSimpleExtensionGroup(Object... values)
public PointType withPointSimpleExtensionGroup(Collection<Object> values)
public PointType withPointObjectExtensionGroup(AbstractObjectType... values)
public PointType withPointObjectExtensionGroup(Collection<AbstractObjectType> values)
public PointType withAltitudeModeSimpleExtensionGroup(List<Object> value)
public PointType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
public PointType withCoordinates(List<String> value)
public PointType withPointSimpleExtensionGroup(List<Object> value)
public PointType withPointObjectExtensionGroup(List<AbstractObjectType> value)
public PointType withAbstractGeometrySimpleExtensionGroup(Object... values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic PointType withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic PointType withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic PointType withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic PointType withAbstractGeometrySimpleExtensionGroup(List<Object> value)
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryTypepublic PointType withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryTypepublic PointType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic PointType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractGeometryTypepublic PointType withId(String value)
withId in class AbstractGeometryTypepublic PointType withTargetId(String value)
withTargetId in class AbstractGeometryTypepublic PointType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractGeometryType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||