net.opengis.kml.v_2_3
Class AbstractLatLonBoxType

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
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
Direct Known Subclasses:
LatLonAltBoxType, LatLonBoxType

public abstract class AbstractLatLonBoxType
extends AbstractExtentType
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

In KML 2.3, the allowed value range in decimal degrees used by kml:east and kml:west was extended by a factor of 2 (from ±180 in KML 2.2) to ±360. This was done in order to accommodate bounding boxes anywhere on the earth, including overlaps of the anti-meridian, and of any size up to full global coverage. With the extension of the longitude range, all degree values, except -360 = 0 = 360 (mod 360), have exactly two equivalent choices modulo 360, e.g. -359 = 1 (mod 360). The latitude range for kml:north and kml:south remain the same as in KML 2.2 and the following constraints C1 (i.e. the non-trivial latitude interval constraint) and C2 (i.e. the non-trivial longitude interval constraint) are unchanged: C1 kml:south < kml:north (non-trivial latitude interval); C2 kml:west < kml:east (non-trivial longitude interval). New constraints in KML 2.3 are introduced with the longitude range extension to avoid self overlaps and to preserve uniqueness of longitude interval values: C3 kml:east - kml:west ≤ 360 (non-self-overlap); C4 If (|kml:west| or |kml:east|) > 180, then kml:east > 0 and kml:west < 180 (uniqueness). The constraint C3 ensures that the longitude interval does not overlap itself. The constraint C4 ensures the choice of the kml:west and kml:east values are unique for every longitude interval. See also: kml:east, kml:west, kml:north, kml:south.

Java class for AbstractLatLonBoxType complex type.

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

 <complexType name="AbstractLatLonBoxType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractExtentType">
       <all>
         <element ref="{http://www.opengis.net/kml/2.2}north" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}south" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}east" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}west" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </all>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> abstractLatLonBoxObjectExtensionGroup
           
protected  List<Object> abstractLatLonBoxSimpleExtensionGroup
           
protected  Double east
           
protected  Double north
           
protected  Double south
           
protected  Double 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
AbstractLatLonBoxType()
           
 
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)
           
 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> getAbstractLatLonBoxObjectExtensionGroup()
          Gets the value of the abstractLatLonBoxObjectExtensionGroup property.
 List<Object> getAbstractLatLonBoxSimpleExtensionGroup()
          Gets the value of the abstractLatLonBoxSimpleExtensionGroup property.
 Double getEast()
          Gets the value of the east property.
 Double getNorth()
          Gets the value of the north property.
 Double getSouth()
          Gets the value of the south property.
 Double getWest()
          Gets the value of the west property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetAbstractLatLonBoxObjectExtensionGroup()
           
 boolean isSetAbstractLatLonBoxSimpleExtensionGroup()
           
 boolean isSetEast()
           
 boolean isSetNorth()
           
 boolean isSetSouth()
           
 boolean isSetWest()
           
 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 setAbstractLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
           
 void setAbstractLatLonBoxSimpleExtensionGroup(List<Object> value)
           
 void setEast(Double value)
          Sets the value of the east property.
 void setNorth(Double value)
          Sets the value of the north property.
 void setSouth(Double value)
          Sets the value of the south property.
 void setWest(Double value)
          Sets the value of the west property.
 String toString()
           
 void unsetAbstractLatLonBoxObjectExtensionGroup()
           
 void unsetAbstractLatLonBoxSimpleExtensionGroup()
           
 AbstractLatLonBoxType withAbstractExtentObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractLatLonBoxType withAbstractExtentObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractLatLonBoxType withAbstractExtentObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractLatLonBoxType withAbstractExtentSimpleExtensionGroup(Collection<Object> values)
           
 AbstractLatLonBoxType withAbstractExtentSimpleExtensionGroup(List<Object> value)
           
 AbstractLatLonBoxType withAbstractExtentSimpleExtensionGroup(Object... values)
           
 AbstractLatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractLatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractLatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractLatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Collection<Object> values)
           
 AbstractLatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(List<Object> value)
           
 AbstractLatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Object... values)
           
 AbstractLatLonBoxType withEast(Double value)
           
 AbstractLatLonBoxType withId(String value)
           
 AbstractLatLonBoxType withNorth(Double value)
           
 AbstractLatLonBoxType withObjectSimpleExtensionGroup(Collection<Object> values)
           
 AbstractLatLonBoxType withObjectSimpleExtensionGroup(List<Object> value)
           
 AbstractLatLonBoxType withObjectSimpleExtensionGroup(Object... values)
           
 AbstractLatLonBoxType withSouth(Double value)
           
 AbstractLatLonBoxType withTargetId(String value)
           
 AbstractLatLonBoxType withWest(Double value)
           
 
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
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo2
createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom2
createNewInstance
 

Field Detail

north

protected Double north

south

protected Double south

east

protected Double east

west

protected Double west

abstractLatLonBoxSimpleExtensionGroup

protected List<Object> abstractLatLonBoxSimpleExtensionGroup

abstractLatLonBoxObjectExtensionGroup

protected List<AbstractObjectType> abstractLatLonBoxObjectExtensionGroup
Constructor Detail

AbstractLatLonBoxType

public AbstractLatLonBoxType()
Method Detail

getNorth

public Double getNorth()
Gets the value of the north property.

Returns:
possible object is Double

setNorth

public void setNorth(Double value)
Sets the value of the north property.

Parameters:
value - allowed object is Double

isSetNorth

public boolean isSetNorth()

getSouth

public Double getSouth()
Gets the value of the south property.

Returns:
possible object is Double

setSouth

public void setSouth(Double value)
Sets the value of the south property.

Parameters:
value - allowed object is Double

isSetSouth

public boolean isSetSouth()

getEast

public Double getEast()
Gets the value of the east property.

Returns:
possible object is Double

setEast

public void setEast(Double value)
Sets the value of the east property.

Parameters:
value - allowed object is Double

isSetEast

public boolean isSetEast()

getWest

public Double getWest()
Gets the value of the west property.

Returns:
possible object is Double

setWest

public void setWest(Double value)
Sets the value of the west property.

Parameters:
value - allowed object is Double

isSetWest

public boolean isSetWest()

getAbstractLatLonBoxSimpleExtensionGroup

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

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

    getAbstractLatLonBoxSimpleExtensionGroup().add(newItem);
 

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


isSetAbstractLatLonBoxSimpleExtensionGroup

public boolean isSetAbstractLatLonBoxSimpleExtensionGroup()

unsetAbstractLatLonBoxSimpleExtensionGroup

public void unsetAbstractLatLonBoxSimpleExtensionGroup()

getAbstractLatLonBoxObjectExtensionGroup

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

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

    getAbstractLatLonBoxObjectExtensionGroup().add(newItem);
 

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


isSetAbstractLatLonBoxObjectExtensionGroup

public boolean isSetAbstractLatLonBoxObjectExtensionGroup()

unsetAbstractLatLonBoxObjectExtensionGroup

public void unsetAbstractLatLonBoxObjectExtensionGroup()

toString

public String toString()
Overrides:
toString in class AbstractExtentType

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 AbstractExtentType

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 AbstractExtentType

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 AbstractExtentType

equals

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

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 AbstractExtentType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractExtentType

clone

public Object clone()
Overrides:
clone in class AbstractExtentType

copyTo

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

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 AbstractExtentType

mergeFrom

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

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 AbstractExtentType

setAbstractLatLonBoxSimpleExtensionGroup

public void setAbstractLatLonBoxSimpleExtensionGroup(List<Object> value)

setAbstractLatLonBoxObjectExtensionGroup

public void setAbstractLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)

withNorth

public AbstractLatLonBoxType withNorth(Double value)

withSouth

public AbstractLatLonBoxType withSouth(Double value)

withEast

public AbstractLatLonBoxType withEast(Double value)

withWest

public AbstractLatLonBoxType withWest(Double value)

withAbstractLatLonBoxSimpleExtensionGroup

public AbstractLatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Object... values)

withAbstractLatLonBoxSimpleExtensionGroup

public AbstractLatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Collection<Object> values)

withAbstractLatLonBoxObjectExtensionGroup

public AbstractLatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(AbstractObjectType... values)

withAbstractLatLonBoxObjectExtensionGroup

public AbstractLatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)

withAbstractLatLonBoxSimpleExtensionGroup

public AbstractLatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(List<Object> value)

withAbstractLatLonBoxObjectExtensionGroup

public AbstractLatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)

withAbstractExtentSimpleExtensionGroup

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

withAbstractExtentSimpleExtensionGroup

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

withAbstractExtentObjectExtensionGroup

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

withAbstractExtentObjectExtensionGroup

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

withAbstractExtentSimpleExtensionGroup

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

withAbstractExtentObjectExtensionGroup

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

withObjectSimpleExtensionGroup

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

withObjectSimpleExtensionGroup

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

withId

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

withTargetId

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

withObjectSimpleExtensionGroup

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


Copyright © 2008-2015. All Rights Reserved.