|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.AbstractSurfaceType
org.citygml4j.jaxb.gml._3_1_1.PolygonType
public class PolygonType
A Polygon is a special surface that is defined by a single surface patch. The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. It is backwards compatible with the Polygon of GML 2, GM_Polygon of ISO 19107 is implemented by PolygonPatch.
Java-Klasse für PolygonType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PolygonType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractSurfaceType"> <sequence> <element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
PolygonType()
|
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<AbstractRingPropertyType> |
getExterior()
Ruft den Wert der exterior-Eigenschaft ab. |
java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> |
getInterior()
Gets the value of the interior property. |
boolean |
isSetExterior()
|
boolean |
isSetInterior()
|
void |
setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
Legt den Wert der exterior-Eigenschaft fest. |
void |
setInterior(java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior)
Sets the value of the interior property. |
void |
unsetInterior()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType |
---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolygonType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<AbstractRingPropertyType> getExterior()
JAXBElement
<
AbstractRingPropertyType
>
JAXBElement
<
AbstractRingPropertyType
>
public void setExterior(javax.xml.bind.JAXBElement<AbstractRingPropertyType> value)
value
- allowed object is
JAXBElement
<
AbstractRingPropertyType
>
JAXBElement
<
AbstractRingPropertyType
>
public boolean isSetExterior()
public java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> getInterior()
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 interior property.
For example, to add a new item, do as follows:
getInterior().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AbstractRingPropertyType
>
JAXBElement
<
AbstractRingPropertyType
>
public boolean isSetInterior()
public void unsetInterior()
public void setInterior(java.util.List<javax.xml.bind.JAXBElement<AbstractRingPropertyType>> interior)
interior
- allowed object is
JAXBElement
<
AbstractRingPropertyType
>
JAXBElement
<
AbstractRingPropertyType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |