|
|||||||||
| 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.AbstractExtentType
net.opengis.kml.v_2_3.AbstractLatLonBoxType
net.opengis.kml.v_2_3.LatLonBoxType
public class LatLonBoxType
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()
|
|
| 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 Double rotation
protected List<Object> latLonBoxSimpleExtensionGroup
protected List<AbstractObjectType> latLonBoxObjectExtensionGroup
| Constructor Detail |
|---|
public LatLonBoxType()
| Method Detail |
|---|
public Double getRotation()
Doublepublic void setRotation(Double value)
value - allowed object is
Doublepublic boolean isSetRotation()
public List<Object> getLatLonBoxSimpleExtensionGroup()
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
public boolean isSetLatLonBoxSimpleExtensionGroup()
public void unsetLatLonBoxSimpleExtensionGroup()
public List<AbstractObjectType> getLatLonBoxObjectExtensionGroup()
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
public boolean isSetLatLonBoxObjectExtensionGroup()
public void unsetLatLonBoxObjectExtensionGroup()
public String toString()
toString in class AbstractLatLonBoxType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractLatLonBoxType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractLatLonBoxType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractLatLonBoxTypepublic boolean equals(Object object)
equals in class AbstractLatLonBoxType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractLatLonBoxTypepublic int hashCode()
hashCode in class AbstractLatLonBoxTypepublic Object clone()
clone in class AbstractLatLonBoxTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractLatLonBoxType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractLatLonBoxTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractLatLonBoxType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractLatLonBoxTypepublic void setLatLonBoxSimpleExtensionGroup(List<Object> value)
public void setLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
public LatLonBoxType withRotation(Double value)
public LatLonBoxType withLatLonBoxSimpleExtensionGroup(Object... values)
public LatLonBoxType withLatLonBoxSimpleExtensionGroup(Collection<Object> values)
public LatLonBoxType withLatLonBoxObjectExtensionGroup(AbstractObjectType... values)
public LatLonBoxType withLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)
public LatLonBoxType withLatLonBoxSimpleExtensionGroup(List<Object> value)
public LatLonBoxType withLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
public LatLonBoxType withNorth(Double value)
withNorth in class AbstractLatLonBoxTypepublic LatLonBoxType withSouth(Double value)
withSouth in class AbstractLatLonBoxTypepublic LatLonBoxType withEast(Double value)
withEast in class AbstractLatLonBoxTypepublic LatLonBoxType withWest(Double value)
withWest in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Object... values)
withAbstractLatLonBoxSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(Collection<Object> values)
withAbstractLatLonBoxSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(AbstractObjectType... values)
withAbstractLatLonBoxObjectExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractLatLonBoxObjectExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractLatLonBoxSimpleExtensionGroup(List<Object> value)
withAbstractLatLonBoxSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractLatLonBoxObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractLatLonBoxObjectExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractExtentSimpleExtensionGroup(Object... values)
withAbstractExtentSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractExtentSimpleExtensionGroup(Collection<Object> values)
withAbstractExtentSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractExtentObjectExtensionGroup(AbstractObjectType... values)
withAbstractExtentObjectExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractExtentObjectExtensionGroup(Collection<AbstractObjectType> values)
withAbstractExtentObjectExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractExtentSimpleExtensionGroup(List<Object> value)
withAbstractExtentSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withAbstractExtentObjectExtensionGroup(List<AbstractObjectType> value)
withAbstractExtentObjectExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withObjectSimpleExtensionGroup(Object... values)
withObjectSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withObjectSimpleExtensionGroup(Collection<Object> values)
withObjectSimpleExtensionGroup in class AbstractLatLonBoxTypepublic LatLonBoxType withId(String value)
withId in class AbstractLatLonBoxTypepublic LatLonBoxType withTargetId(String value)
withTargetId in class AbstractLatLonBoxTypepublic LatLonBoxType withObjectSimpleExtensionGroup(List<Object> value)
withObjectSimpleExtensionGroup in class AbstractLatLonBoxType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||