|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.AbstractLatLonBoxType
public abstract class AbstractLatLonBoxType
Classe Java pour AbstractLatLonBoxType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractLatLonBoxType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<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"/>
</sequence>
</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._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
AbstractLatLonBoxType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getAbstractLatLonBoxObjectExtensionGroup()
Gets the value of the abstractLatLonBoxObjectExtensionGroup property. |
List<Object> |
getAbstractLatLonBoxSimpleExtensionGroup()
Gets the value of the abstractLatLonBoxSimpleExtensionGroup property. |
Double |
getEast()
Obtient la valeur de la propriété east. |
Double |
getNorth()
Obtient la valeur de la propriété north. |
Double |
getSouth()
Obtient la valeur de la propriété south. |
Double |
getWest()
Obtient la valeur de la propriété west. |
boolean |
isSetAbstractLatLonBoxObjectExtensionGroup()
|
boolean |
isSetAbstractLatLonBoxSimpleExtensionGroup()
|
boolean |
isSetEast()
|
boolean |
isSetNorth()
|
boolean |
isSetSouth()
|
boolean |
isSetWest()
|
void |
setEast(Double value)
Définit la valeur de la propriété east. |
void |
setNorth(Double value)
Définit la valeur de la propriété north. |
void |
setSouth(Double value)
Définit la valeur de la propriété south. |
void |
setWest(Double value)
Définit la valeur de la propriété west. |
void |
unsetAbstractLatLonBoxObjectExtensionGroup()
|
void |
unsetAbstractLatLonBoxSimpleExtensionGroup()
|
| Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Double north
protected Double south
protected Double east
protected Double west
protected List<Object> abstractLatLonBoxSimpleExtensionGroup
protected List<AbstractObjectType> abstractLatLonBoxObjectExtensionGroup
| Constructor Detail |
|---|
public AbstractLatLonBoxType()
| Method Detail |
|---|
public Double getNorth()
Doublepublic void setNorth(Double value)
value - allowed object is
Doublepublic boolean isSetNorth()
public Double getSouth()
Doublepublic void setSouth(Double value)
value - allowed object is
Doublepublic boolean isSetSouth()
public Double getEast()
Doublepublic void setEast(Double value)
value - allowed object is
Doublepublic boolean isSetEast()
public Double getWest()
Doublepublic void setWest(Double value)
value - allowed object is
Doublepublic boolean isSetWest()
public List<Object> getAbstractLatLonBoxSimpleExtensionGroup()
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
public boolean isSetAbstractLatLonBoxSimpleExtensionGroup()
public void unsetAbstractLatLonBoxSimpleExtensionGroup()
public List<AbstractObjectType> getAbstractLatLonBoxObjectExtensionGroup()
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
public boolean isSetAbstractLatLonBoxObjectExtensionGroup()
public void unsetAbstractLatLonBoxObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||