|
||||||||||
| 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.PolygonType
public class PolygonType
Classe Java pour PolygonType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PolygonType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractGeometryType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}extrude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}tessellate" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}altitudeModeGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}outerBoundaryIs" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}innerBoundaryIs" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PolygonSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}PolygonObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<?> |
altitudeModeGroup
|
protected Boolean |
extrude
|
protected List<BoundaryType> |
innerBoundaryIs
|
protected BoundaryType |
outerBoundaryIs
|
protected List<AbstractObjectType> |
polygonObjectExtensionGroup
|
protected List<Object> |
polygonSimpleExtensionGroup
|
protected Boolean |
tessellate
|
| 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 | |
|---|---|
PolygonType()
|
|
| Method Summary | |
|---|---|
JAXBElement<?> |
getAltitudeModeGroup()
Obtient la valeur de la propriété altitudeModeGroup. |
List<BoundaryType> |
getInnerBoundaryIs()
Gets the value of the innerBoundaryIs property. |
BoundaryType |
getOuterBoundaryIs()
Obtient la valeur de la propriété outerBoundaryIs. |
List<AbstractObjectType> |
getPolygonObjectExtensionGroup()
Gets the value of the polygonObjectExtensionGroup property. |
List<Object> |
getPolygonSimpleExtensionGroup()
Gets the value of the polygonSimpleExtensionGroup property. |
Boolean |
isExtrude()
Obtient la valeur de la propriété extrude. |
boolean |
isSetAltitudeModeGroup()
|
boolean |
isSetExtrude()
|
boolean |
isSetInnerBoundaryIs()
|
boolean |
isSetOuterBoundaryIs()
|
boolean |
isSetPolygonObjectExtensionGroup()
|
boolean |
isSetPolygonSimpleExtensionGroup()
|
boolean |
isSetTessellate()
|
Boolean |
isTessellate()
Obtient la valeur de la propriété tessellate. |
void |
setAltitudeModeGroup(JAXBElement<?> value)
Définit la valeur de la propriété altitudeModeGroup. |
void |
setExtrude(Boolean value)
Définit la valeur de la propriété extrude. |
void |
setOuterBoundaryIs(BoundaryType value)
Définit la valeur de la propriété outerBoundaryIs. |
void |
setTessellate(Boolean value)
Définit la valeur de la propriété tessellate. |
void |
unsetInnerBoundaryIs()
|
void |
unsetPolygonObjectExtensionGroup()
|
void |
unsetPolygonSimpleExtensionGroup()
|
| 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 Boolean extrude
protected Boolean tessellate
protected JAXBElement<?> altitudeModeGroup
protected BoundaryType outerBoundaryIs
protected List<BoundaryType> innerBoundaryIs
protected List<Object> polygonSimpleExtensionGroup
protected List<AbstractObjectType> polygonObjectExtensionGroup
| Constructor Detail |
|---|
public PolygonType()
| Method Detail |
|---|
public Boolean isExtrude()
Booleanpublic void setExtrude(Boolean value)
value - allowed object is
Booleanpublic boolean isSetExtrude()
public Boolean isTessellate()
Booleanpublic void setTessellate(Boolean value)
value - allowed object is
Booleanpublic boolean isSetTessellate()
public JAXBElement<?> getAltitudeModeGroup()
JAXBElement<AltitudeModeEnumType>
JAXBElement<Object>public void setAltitudeModeGroup(JAXBElement<?> value)
value - allowed object is
JAXBElement<AltitudeModeEnumType>
JAXBElement<Object>public boolean isSetAltitudeModeGroup()
public BoundaryType getOuterBoundaryIs()
BoundaryTypepublic void setOuterBoundaryIs(BoundaryType value)
value - allowed object is
BoundaryTypepublic boolean isSetOuterBoundaryIs()
public List<BoundaryType> getInnerBoundaryIs()
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 innerBoundaryIs property.
For example, to add a new item, do as follows:
getInnerBoundaryIs().add(newItem);
Objects of the following type(s) are allowed in the list
BoundaryType
public boolean isSetInnerBoundaryIs()
public void unsetInnerBoundaryIs()
public List<Object> getPolygonSimpleExtensionGroup()
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 polygonSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getPolygonSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetPolygonSimpleExtensionGroup()
public void unsetPolygonSimpleExtensionGroup()
public List<AbstractObjectType> getPolygonObjectExtensionGroup()
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 polygonObjectExtensionGroup property.
For example, to add a new item, do as follows:
getPolygonObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetPolygonObjectExtensionGroup()
public void unsetPolygonObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||