net.opengis.kml.v_2_3
Class PointType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractGeometryType
          extended by net.opengis.kml.v_2_3.PointType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class PointType
extends AbstractGeometryType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

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()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 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)
           
 AltitudeModeEnumType getAltitudeMode()
          Gets the value of the altitudeMode property.
 List<AbstractObjectType> getAltitudeModeObjectExtensionGroup()
          Gets the value of the altitudeModeObjectExtensionGroup property.
 List<Object> getAltitudeModeSimpleExtensionGroup()
          Gets the value of the altitudeModeSimpleExtensionGroup property.
 List<String> getCoordinates()
          Gets the value of the coordinates property.
 List<AbstractObjectType> getPointObjectExtensionGroup()
          Gets the value of the pointObjectExtensionGroup property.
 List<Object> getPointSimpleExtensionGroup()
          Gets the value of the pointSimpleExtensionGroup property.
 SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
          Gets the value of the seaFloorAltitudeMode property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 Boolean isExtrude()
          Gets the value of the extrude property.
 boolean isSetAltitudeMode()
           
 boolean isSetAltitudeModeObjectExtensionGroup()
           
 boolean isSetAltitudeModeSimpleExtensionGroup()
           
 boolean isSetCoordinates()
           
 boolean isSetExtrude()
           
 boolean isSetPointObjectExtensionGroup()
           
 boolean isSetPointSimpleExtensionGroup()
           
 boolean isSetSeaFloorAltitudeMode()
           
 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)
           
 void mergeFrom(Object left, Object right)
           
 void setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 void setCoordinates(List<String> value)
           
 void setExtrude(Boolean value)
          Sets the value of the extrude property.
 void setPointObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setPointSimpleExtensionGroup(List<Object> value)
           
 void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
          Sets the value of the seaFloorAltitudeMode property.
 String toString()
           
 void unsetAltitudeModeObjectExtensionGroup()
           
 void unsetAltitudeModeSimpleExtensionGroup()
           
 void unsetCoordinates()
           
 void unsetPointObjectExtensionGroup()
           
 void unsetPointSimpleExtensionGroup()
           
 PointType withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
           
 PointType withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PointType withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
           
 PointType withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
           
 PointType withAbstractGeometrySimpleExtensionGroup(List<Object> value)
           
 PointType withAbstractGeometrySimpleExtensionGroup(Object... values)
           
 PointType withAltitudeMode(AltitudeModeEnumType value)
           
 PointType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
           
 PointType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PointType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 PointType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
           
 PointType withAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 PointType withAltitudeModeSimpleExtensionGroup(Object... values)
           
 PointType withCoordinates(Collection<String> values)
           
 PointType withCoordinates(List<String> value)
           
 PointType withCoordinates(String... values)
           
 PointType withExtrude(Boolean value)
           
 PointType withId(String value)
           
 PointType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 PointType withObjectSimpleExtensionGroup(List<Object> value)
           
 PointType withObjectSimpleExtensionGroup(Object... values)
           
 PointType withPointObjectExtensionGroup(AbstractObjectType... values)
           
 PointType withPointObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 PointType withPointObjectExtensionGroup(List<AbstractObjectType> value)
           
 PointType withPointSimpleExtensionGroup(Collection<Object> values)
           
 PointType withPointSimpleExtensionGroup(List<Object> value)
           
 PointType withPointSimpleExtensionGroup(Object... values)
           
 PointType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
           
 PointType withTargetId(String value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractGeometryType
getAbstractGeometryObjectExtensionGroup, getAbstractGeometrySimpleExtensionGroup, isSetAbstractGeometryObjectExtensionGroup, isSetAbstractGeometrySimpleExtensionGroup, setAbstractGeometryObjectExtensionGroup, setAbstractGeometrySimpleExtensionGroup, unsetAbstractGeometryObjectExtensionGroup, unsetAbstractGeometrySimpleExtensionGroup
 
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

extrude

protected Boolean extrude

altitudeMode

protected AltitudeModeEnumType altitudeMode

seaFloorAltitudeMode

protected SeaFloorAltitudeModeEnumType seaFloorAltitudeMode

altitudeModeSimpleExtensionGroup

protected List<Object> altitudeModeSimpleExtensionGroup

altitudeModeObjectExtensionGroup

protected List<AbstractObjectType> altitudeModeObjectExtensionGroup

coordinates

protected List<String> coordinates

pointSimpleExtensionGroup

protected List<Object> pointSimpleExtensionGroup

pointObjectExtensionGroup

protected List<AbstractObjectType> pointObjectExtensionGroup
Constructor Detail

PointType

public PointType()
Method Detail

isExtrude

public Boolean isExtrude()
Gets the value of the extrude property.

Returns:
possible object is Boolean

setExtrude

public void setExtrude(Boolean value)
Sets the value of the extrude property.

Parameters:
value - allowed object is Boolean

isSetExtrude

public boolean isSetExtrude()

getAltitudeMode

public AltitudeModeEnumType getAltitudeMode()
Gets the value of the altitudeMode property.

Returns:
possible object is AltitudeModeEnumType

setAltitudeMode

public void setAltitudeMode(AltitudeModeEnumType value)
Sets the value of the altitudeMode property.

Parameters:
value - allowed object is AltitudeModeEnumType

isSetAltitudeMode

public boolean isSetAltitudeMode()

getSeaFloorAltitudeMode

public SeaFloorAltitudeModeEnumType getSeaFloorAltitudeMode()
Gets the value of the seaFloorAltitudeMode property.

Returns:
possible object is SeaFloorAltitudeModeEnumType

setSeaFloorAltitudeMode

public void setSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
Sets the value of the seaFloorAltitudeMode property.

Parameters:
value - allowed object is SeaFloorAltitudeModeEnumType

isSetSeaFloorAltitudeMode

public boolean isSetSeaFloorAltitudeMode()

getAltitudeModeSimpleExtensionGroup

public List<Object> getAltitudeModeSimpleExtensionGroup()
Gets the value of the altitudeModeSimpleExtensionGroup property.

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


isSetAltitudeModeSimpleExtensionGroup

public boolean isSetAltitudeModeSimpleExtensionGroup()

unsetAltitudeModeSimpleExtensionGroup

public void unsetAltitudeModeSimpleExtensionGroup()

getAltitudeModeObjectExtensionGroup

public List<AbstractObjectType> getAltitudeModeObjectExtensionGroup()
Gets the value of the altitudeModeObjectExtensionGroup property.

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


isSetAltitudeModeObjectExtensionGroup

public boolean isSetAltitudeModeObjectExtensionGroup()

unsetAltitudeModeObjectExtensionGroup

public void unsetAltitudeModeObjectExtensionGroup()

getCoordinates

public List<String> getCoordinates()
Gets the value of the coordinates property.

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


isSetCoordinates

public boolean isSetCoordinates()

unsetCoordinates

public void unsetCoordinates()

getPointSimpleExtensionGroup

public List<Object> getPointSimpleExtensionGroup()
Gets the value of the pointSimpleExtensionGroup property.

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


isSetPointSimpleExtensionGroup

public boolean isSetPointSimpleExtensionGroup()

unsetPointSimpleExtensionGroup

public void unsetPointSimpleExtensionGroup()

getPointObjectExtensionGroup

public List<AbstractObjectType> getPointObjectExtensionGroup()
Gets the value of the pointObjectExtensionGroup property.

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


isSetPointObjectExtensionGroup

public boolean isSetPointObjectExtensionGroup()

unsetPointObjectExtensionGroup

public void unsetPointObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractGeometryType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractGeometryType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractGeometryType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractGeometryType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractGeometryType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractGeometryType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractGeometryType

clone

public Object clone()
Overrides:
clone in class AbstractGeometryType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractGeometryType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractGeometryType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractGeometryType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractGeometryType

setAltitudeModeSimpleExtensionGroup

public void setAltitudeModeSimpleExtensionGroup(List<Object> value)

setAltitudeModeObjectExtensionGroup

public void setAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)

setCoordinates

public void setCoordinates(List<String> value)

setPointSimpleExtensionGroup

public void setPointSimpleExtensionGroup(List<Object> value)

setPointObjectExtensionGroup

public void setPointObjectExtensionGroup(List<AbstractObjectType> value)

withExtrude

public PointType withExtrude(Boolean value)

withAltitudeMode

public PointType withAltitudeMode(AltitudeModeEnumType value)

withSeaFloorAltitudeMode

public PointType withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)

withAltitudeModeSimpleExtensionGroup

public PointType withAltitudeModeSimpleExtensionGroup(Object... values)

withAltitudeModeSimpleExtensionGroup

public PointType withAltitudeModeSimpleExtensionGroup(Collection<Object> values)

withAltitudeModeObjectExtensionGroup

public PointType withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)

withAltitudeModeObjectExtensionGroup

public PointType withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)

withCoordinates

public PointType withCoordinates(String... values)

withCoordinates

public PointType withCoordinates(Collection<String> values)

withPointSimpleExtensionGroup

public PointType withPointSimpleExtensionGroup(Object... values)

withPointSimpleExtensionGroup

public PointType withPointSimpleExtensionGroup(Collection<Object> values)

withPointObjectExtensionGroup

public PointType withPointObjectExtensionGroup(AbstractObjectType... values)

withPointObjectExtensionGroup

public PointType withPointObjectExtensionGroup(Collection<AbstractObjectType> values)

withAltitudeModeSimpleExtensionGroup

public PointType withAltitudeModeSimpleExtensionGroup(List<Object> value)

withAltitudeModeObjectExtensionGroup

public PointType withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)

withCoordinates

public PointType withCoordinates(List<String> value)

withPointSimpleExtensionGroup

public PointType withPointSimpleExtensionGroup(List<Object> value)

withPointObjectExtensionGroup

public PointType withPointObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractGeometrySimpleExtensionGroup

public PointType withAbstractGeometrySimpleExtensionGroup(Object... values)
Overrides:
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryType

withAbstractGeometrySimpleExtensionGroup

public PointType withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryType

withAbstractGeometryObjectExtensionGroup

public PointType withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryType

withAbstractGeometryObjectExtensionGroup

public PointType withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryType

withAbstractGeometrySimpleExtensionGroup

public PointType withAbstractGeometrySimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractGeometrySimpleExtensionGroup in class AbstractGeometryType

withAbstractGeometryObjectExtensionGroup

public PointType withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractGeometryObjectExtensionGroup in class AbstractGeometryType

withObjectSimpleExtensionGroup

public PointType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractGeometryType

withObjectSimpleExtensionGroup

public PointType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractGeometryType

withId

public PointType withId(String value)
Overrides:
withId in class AbstractGeometryType

withTargetId

public PointType withTargetId(String value)
Overrides:
withTargetId in class AbstractGeometryType

withObjectSimpleExtensionGroup

public PointType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractGeometryType


Copyright © 2008-2015. All Rights Reserved.