|
||||||||||
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.AbstractTopologyType
org.citygml4j.jaxb.gml._3_1_1.TopoSurfaceType
public class TopoSurfaceType
The TopoSurface type and element represent a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive. The intended use of TopoSurface is to appear within a surface feature instance to express the structural and possibly geometric relationships of this surface to other features via the shared face definitions.
Java-Klasse für TopoSurfaceType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TopoSurfaceType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTopologyType"> <sequence> <element ref="{http://www.opengis.net/gml}directedFace" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TopoSurfaceType()
|
Method Summary | |
---|---|
java.util.List<DirectedFacePropertyType> |
getDirectedFace()
Gets the value of the directedFace property. |
boolean |
isSetDirectedFace()
|
void |
setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
Sets the value of the directedFace property. |
void |
unsetDirectedFace()
|
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 TopoSurfaceType()
Method Detail |
---|
public java.util.List<DirectedFacePropertyType> getDirectedFace()
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 directedFace property.
For example, to add a new item, do as follows:
getDirectedFace().add(newItem);
Objects of the following type(s) are allowed in the list
DirectedFacePropertyType
public boolean isSetDirectedFace()
public void unsetDirectedFace()
public void setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
directedFace
- allowed object is
DirectedFacePropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |