|
||||||||||
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.AbstractSurfacePatchType
org.citygml4j.jaxb.gml._3_1_1.PolygonPatchType
public class PolygonPatchType
A PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. The curves are coplanar and the polygon uses planar interpolation in its interior. Implements GM_Polygon of ISO 19107.
Java-Klasse für PolygonPatchType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PolygonPatchType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType"> <sequence> <element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="interpolation" type="{http://www.opengis.net/gml}SurfaceInterpolationType" fixed="planar" /> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
PolygonPatchType()
|
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. |
SurfaceInterpolationType |
getInterpolation()
Ruft den Wert der interpolation-Eigenschaft ab. |
boolean |
isSetExterior()
|
boolean |
isSetInterior()
|
boolean |
isSetInterpolation()
|
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 |
setInterpolation(SurfaceInterpolationType value)
Legt den Wert der interpolation-Eigenschaft fest. |
void |
unsetInterior()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolygonPatchType()
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 SurfaceInterpolationType getInterpolation()
SurfaceInterpolationType
public void setInterpolation(SurfaceInterpolationType value)
value
- allowed object is
SurfaceInterpolationType
public boolean isSetInterpolation()
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 |