|
||||||||||
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.SurfaceArrayPropertyType
public class SurfaceArrayPropertyType
A container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
Java class for SurfaceArrayPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SurfaceArrayPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/gml}_Surface" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SurfaceArrayPropertyType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> |
get_Surface()
Gets the value of the surface property. |
boolean |
isSet_Surface()
|
void |
set_Surface(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> surface)
Sets the value of the _Surface property. |
void |
unset_Surface()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SurfaceArrayPropertyType()
Method Detail |
---|
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> get_Surface()
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 surface property.
For example, to add a new item, do as follows:
get_Surface().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
TriangulatedSurfaceType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
PolygonType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
TinType
>
JAXBElement
<
CompositeSurfaceType
>
JAXBElement
<
AbstractSurfaceType
>
JAXBElement
<
OrientableSurfaceType
>
JAXBElement
<
PolyhedralSurfaceType
>
JAXBElement
<
SurfaceType
>
public boolean isSet_Surface()
public void unset_Surface()
public void set_Surface(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> surface)
surface
- allowed object is
JAXBElement
<
TriangulatedSurfaceType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
PolygonType
>
JAXBElement
<
TexturedSurfaceType
>
JAXBElement
<
TinType
>
JAXBElement
<
CompositeSurfaceType
>
JAXBElement
<
AbstractSurfaceType
>
JAXBElement
<
OrientableSurfaceType
>
JAXBElement
<
PolyhedralSurfaceType
>
JAXBElement
<
SurfaceType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |