|
||||||||||
| 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.AbstractGeometryType
net.opengis.kml._2_2_0.MultiGeometryType
public class MultiGeometryType
Classe Java pour MultiGeometryType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="MultiGeometryType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractGeometryType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}AbstractGeometryGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}MultiGeometrySimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}MultiGeometryObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends AbstractGeometryType>> |
abstractGeometryGroup
|
protected List<AbstractObjectType> |
multiGeometryObjectExtensionGroup
|
protected List<Object> |
multiGeometrySimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractGeometryType |
|---|
abstractGeometryObjectExtensionGroup, abstractGeometrySimpleExtensionGroup |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
MultiGeometryType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends AbstractGeometryType>> |
getAbstractGeometryGroup()
Gets the value of the abstractGeometryGroup property. |
List<AbstractObjectType> |
getMultiGeometryObjectExtensionGroup()
Gets the value of the multiGeometryObjectExtensionGroup property. |
List<Object> |
getMultiGeometrySimpleExtensionGroup()
Gets the value of the multiGeometrySimpleExtensionGroup property. |
boolean |
isSetAbstractGeometryGroup()
|
boolean |
isSetMultiGeometryObjectExtensionGroup()
|
boolean |
isSetMultiGeometrySimpleExtensionGroup()
|
void |
unsetAbstractGeometryGroup()
|
void |
unsetMultiGeometryObjectExtensionGroup()
|
void |
unsetMultiGeometrySimpleExtensionGroup()
|
| 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 List<JAXBElement<? extends AbstractGeometryType>> abstractGeometryGroup
protected List<Object> multiGeometrySimpleExtensionGroup
protected List<AbstractObjectType> multiGeometryObjectExtensionGroup
| Constructor Detail |
|---|
public MultiGeometryType()
| Method Detail |
|---|
public List<JAXBElement<? extends AbstractGeometryType>> getAbstractGeometryGroup()
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 abstractGeometryGroup property.
For example, to add a new item, do as follows:
getAbstractGeometryGroup().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<PointType>
JAXBElement<PolygonType>
JAXBElement<MultiGeometryType>
JAXBElement<ModelType>
JAXBElement<AbstractGeometryType>
JAXBElement<LineStringType>
JAXBElement<LinearRingType>
public boolean isSetAbstractGeometryGroup()
public void unsetAbstractGeometryGroup()
public List<Object> getMultiGeometrySimpleExtensionGroup()
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 multiGeometrySimpleExtensionGroup property.
For example, to add a new item, do as follows:
getMultiGeometrySimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetMultiGeometrySimpleExtensionGroup()
public void unsetMultiGeometrySimpleExtensionGroup()
public List<AbstractObjectType> getMultiGeometryObjectExtensionGroup()
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 multiGeometryObjectExtensionGroup property.
For example, to add a new item, do as follows:
getMultiGeometryObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetMultiGeometryObjectExtensionGroup()
public void unsetMultiGeometryObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||