|
||||||||||
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.CompositeSurfaceType
public class CompositeSurfaceType
A CompositeSurface is defined by a set of orientable surfaces. A composite surface is geometry type with all the geometric properties of a (primitive) surface. Essentially, a composite surface is a collection of surfaces that join in pairs on common boundary curves and which, when considered as a whole, form a single surface.
Java class for CompositeSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompositeSurfaceType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractSurfaceType"> <sequence> <element ref="{http://www.opengis.net/gml}surfaceMember" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CompositeSurfaceType()
|
Method Summary | |
---|---|
java.util.List<SurfacePropertyType> |
getSurfaceMember()
This element references or contains one surface in the composite surface. |
boolean |
isSetSurfaceMember()
|
void |
setSurfaceMember(java.util.List<SurfacePropertyType> surfaceMember)
This element references or contains one surface in the composite surface. |
void |
unsetSurfaceMember()
|
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 CompositeSurfaceType()
Method Detail |
---|
public java.util.List<SurfacePropertyType> getSurfaceMember()
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 surfaceMember property.
For example, to add a new item, do as follows:
getSurfaceMember().add(newItem);
Objects of the following type(s) are allowed in the list
SurfacePropertyType
public boolean isSetSurfaceMember()
public void unsetSurfaceMember()
public void setSurfaceMember(java.util.List<SurfacePropertyType> surfaceMember)
surfaceMember
- allowed object is
SurfacePropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |