net.opengis.kml.v_2_3
Class LatLonBoxType

java.lang.Object
  extended by net.opengis.kml.v_2_3.AbstractObjectType
      extended by net.opengis.kml.v_2_3.AbstractExtentType
          extended by net.opengis.kml.v_2_3.AbstractLatLonBoxType
              extended by net.opengis.kml.v_2_3.LatLonBoxType
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 LatLonBoxType
extends AbstractLatLonBoxType
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 LatLonBoxType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LatLonBoxType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}rotation" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LatLonBoxSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LatLonBoxObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> latLonBoxObjectExtensionGroup
           
protected  List<Object> latLonBoxSimpleExtensionGroup
           
protected  Double rotation
           
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractLatLonBoxType
abstractLatLonBoxObjectExtensionGroup, abstractLatLonBoxSimpleExtensionGroup, east, north, south, west
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractExtentType
abstractExtentObjectExtensionGroup, abstractExtentSimpleExtensionGroup
 
Fields inherited from class net.opengis.kml.v_2_3.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
LatLonBoxType()
           
 
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)
           
 List<AbstractObjectType> getLatLonBoxObjectExtensionGroup()
          Gets the value of the latLonBoxObjectExtensionGroup property.
 List<Object> getLatLonBoxSimpleExtensionGroup()
          Gets the value of the latLonBoxSimpleExtensionGroup property.
 Double getRotation()
          Gets the value of the rotation property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetLatLonBoxObjectExtensionGroup()
           
 boolean isSetLatLonBoxSimpleExtensionGroup()
           
 boolean isSetRotation()
           
 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 setLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setLatLonBoxSimpleExtensionGroup(List<Object> value)
           
 void setRotation(Double value)
          Sets the value of the rotation property.
 String toString()
           
 void unsetLatLonBoxObjectExtensionGroup()
           
 void unsetLatLonBoxSimpleExtensionGroup()
           
 LatLonBoxType withAbstractExtentObjectExtensionGroup(AbstractObjectType... values)
           
 LatLonBoxType withAbstractExtentObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LatLonBoxType withAbstractExtentObjectExtensionGroup(List<AbstractObjectType> value)
           
 LatLonBoxType withAbstractExtentSimpleExtensionGroup(Collection<Object> values)
           
 LatLonBoxType withAbstractExtentSimpleExtensionGroup(List<Object> value)
           
 LatLonBoxType withAbstractExtentSimpleExtensionGroup(Object... values)
           
 LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(AbstractObjectType... values)
           
 LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
           
 LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Collection<Object> values)
           
 LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(List<Object> value)
           
 LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Object... values)
           
 LatLonBoxType withEast(Double value)
           
 LatLonBoxType withId(String value)
           
 LatLonBoxType withLatLonBoxObjectExtensionGroup(AbstractObjectType... values)
           
 LatLonBoxType withLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 LatLonBoxType withLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
           
 LatLonBoxType withLatLonBoxSimpleExtensionGroup(Collection<Object> values)
           
 LatLonBoxType withLatLonBoxSimpleExtensionGroup(List<Object> value)
           
 LatLonBoxType withLatLonBoxSimpleExtensionGroup(Object... values)
           
 LatLonBoxType withNorth(Double value)
           
 LatLonBoxType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 LatLonBoxType withObjectSimpleExtensionGroup(List<Object> value)
           
 LatLonBoxType withObjectSimpleExtensionGroup(Object... values)
           
 LatLonBoxType withRotation(Double value)
           
 LatLonBoxType withSouth(Double value)
           
 LatLonBoxType withTargetId(String value)
           
 LatLonBoxType withWest(Double value)
           
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractLatLonBoxType
getAbstractLatLonBoxObjectExtensionGroup, getAbstractLatLonBoxSimpleExtensionGroup, getEast, getNorth, getSouth, getWest, isSetAbstractLatLonBoxObjectExtensionGroup, isSetAbstractLatLonBoxSimpleExtensionGroup, isSetEast, isSetNorth, isSetSouth, isSetWest, setAbstractLatLonBoxObjectExtensionGroup, setAbstractLatLonBoxSimpleExtensionGroup, setEast, setNorth, setSouth, setWest, unsetAbstractLatLonBoxObjectExtensionGroup, unsetAbstractLatLonBoxSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml.v_2_3.AbstractExtentType
getAbstractExtentObjectExtensionGroup, getAbstractExtentSimpleExtensionGroup, isSetAbstractExtentObjectExtensionGroup, isSetAbstractExtentSimpleExtensionGroup, setAbstractExtentObjectExtensionGroup, setAbstractExtentSimpleExtensionGroup, unsetAbstractExtentObjectExtensionGroup, unsetAbstractExtentSimpleExtensionGroup
 
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

rotation

protected Double rotation

latLonBoxSimpleExtensionGroup

protected List<Object> latLonBoxSimpleExtensionGroup

latLonBoxObjectExtensionGroup

protected List<AbstractObjectType> latLonBoxObjectExtensionGroup
Constructor Detail

LatLonBoxType

public LatLonBoxType()
Method Detail

getRotation

public Double getRotation()
Gets the value of the rotation property.

Returns:
possible object is Double

setRotation

public void setRotation(Double value)
Sets the value of the rotation property.

Parameters:
value - allowed object is Double

isSetRotation

public boolean isSetRotation()

getLatLonBoxSimpleExtensionGroup

public List<Object> getLatLonBoxSimpleExtensionGroup()
Gets the value of the latLonBoxSimpleExtensionGroup 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 latLonBoxSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getLatLonBoxSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetLatLonBoxSimpleExtensionGroup

public boolean isSetLatLonBoxSimpleExtensionGroup()

unsetLatLonBoxSimpleExtensionGroup

public void unsetLatLonBoxSimpleExtensionGroup()

getLatLonBoxObjectExtensionGroup

public List<AbstractObjectType> getLatLonBoxObjectExtensionGroup()
Gets the value of the latLonBoxObjectExtensionGroup 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 latLonBoxObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getLatLonBoxObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetLatLonBoxObjectExtensionGroup

public boolean isSetLatLonBoxObjectExtensionGroup()

unsetLatLonBoxObjectExtensionGroup

public void unsetLatLonBoxObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractLatLonBoxType

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 AbstractLatLonBoxType

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 AbstractLatLonBoxType

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 AbstractLatLonBoxType

equals

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

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 AbstractLatLonBoxType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractLatLonBoxType

clone

public Object clone()
Overrides:
clone in class AbstractLatLonBoxType

copyTo

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

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 AbstractLatLonBoxType

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 AbstractLatLonBoxType

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 AbstractLatLonBoxType

setLatLonBoxSimpleExtensionGroup

public void setLatLonBoxSimpleExtensionGroup(List<Object> value)

setLatLonBoxObjectExtensionGroup

public void setLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)

withRotation

public LatLonBoxType withRotation(Double value)

withLatLonBoxSimpleExtensionGroup

public LatLonBoxType withLatLonBoxSimpleExtensionGroup(Object... values)

withLatLonBoxSimpleExtensionGroup

public LatLonBoxType withLatLonBoxSimpleExtensionGroup(Collection<Object> values)

withLatLonBoxObjectExtensionGroup

public LatLonBoxType withLatLonBoxObjectExtensionGroup(AbstractObjectType... values)

withLatLonBoxObjectExtensionGroup

public LatLonBoxType withLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)

withLatLonBoxSimpleExtensionGroup

public LatLonBoxType withLatLonBoxSimpleExtensionGroup(List<Object> value)

withLatLonBoxObjectExtensionGroup

public LatLonBoxType withLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)

withNorth

public LatLonBoxType withNorth(Double value)
Overrides:
withNorth in class AbstractLatLonBoxType

withSouth

public LatLonBoxType withSouth(Double value)
Overrides:
withSouth in class AbstractLatLonBoxType

withEast

public LatLonBoxType withEast(Double value)
Overrides:
withEast in class AbstractLatLonBoxType

withWest

public LatLonBoxType withWest(Double value)
Overrides:
withWest in class AbstractLatLonBoxType

withAbstractLatLonBoxSimpleExtensionGroup

public LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Object... values)
Overrides:
withAbstractLatLonBoxSimpleExtensionGroup in class AbstractLatLonBoxType

withAbstractLatLonBoxSimpleExtensionGroup

public LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractLatLonBoxSimpleExtensionGroup in class AbstractLatLonBoxType

withAbstractLatLonBoxObjectExtensionGroup

public LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractLatLonBoxObjectExtensionGroup in class AbstractLatLonBoxType

withAbstractLatLonBoxObjectExtensionGroup

public LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractLatLonBoxObjectExtensionGroup in class AbstractLatLonBoxType

withAbstractLatLonBoxSimpleExtensionGroup

public LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractLatLonBoxSimpleExtensionGroup in class AbstractLatLonBoxType

withAbstractLatLonBoxObjectExtensionGroup

public LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractLatLonBoxObjectExtensionGroup in class AbstractLatLonBoxType

withAbstractExtentSimpleExtensionGroup

public LatLonBoxType withAbstractExtentSimpleExtensionGroup(Object... values)
Overrides:
withAbstractExtentSimpleExtensionGroup in class AbstractLatLonBoxType

withAbstractExtentSimpleExtensionGroup

public LatLonBoxType withAbstractExtentSimpleExtensionGroup(Collection<Object> values)
Overrides:
withAbstractExtentSimpleExtensionGroup in class AbstractLatLonBoxType

withAbstractExtentObjectExtensionGroup

public LatLonBoxType withAbstractExtentObjectExtensionGroup(AbstractObjectType... values)
Overrides:
withAbstractExtentObjectExtensionGroup in class AbstractLatLonBoxType

withAbstractExtentObjectExtensionGroup

public LatLonBoxType withAbstractExtentObjectExtensionGroup(Collection<AbstractObjectType> values)
Overrides:
withAbstractExtentObjectExtensionGroup in class AbstractLatLonBoxType

withAbstractExtentSimpleExtensionGroup

public LatLonBoxType withAbstractExtentSimpleExtensionGroup(List<Object> value)
Overrides:
withAbstractExtentSimpleExtensionGroup in class AbstractLatLonBoxType

withAbstractExtentObjectExtensionGroup

public LatLonBoxType withAbstractExtentObjectExtensionGroup(List<AbstractObjectType> value)
Overrides:
withAbstractExtentObjectExtensionGroup in class AbstractLatLonBoxType

withObjectSimpleExtensionGroup

public LatLonBoxType withObjectSimpleExtensionGroup(Object... values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractLatLonBoxType

withObjectSimpleExtensionGroup

public LatLonBoxType withObjectSimpleExtensionGroup(Collection<Object> values)
Overrides:
withObjectSimpleExtensionGroup in class AbstractLatLonBoxType

withId

public LatLonBoxType withId(String value)
Overrides:
withId in class AbstractLatLonBoxType

withTargetId

public LatLonBoxType withTargetId(String value)
Overrides:
withTargetId in class AbstractLatLonBoxType

withObjectSimpleExtensionGroup

public LatLonBoxType withObjectSimpleExtensionGroup(List<Object> value)
Overrides:
withObjectSimpleExtensionGroup in class AbstractLatLonBoxType


Copyright © 2008-2016. All Rights Reserved.