|
||||||||||
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.AbstractTopoPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.TopoSolidType
public class TopoSolidType
The topological boundary of a TopoSolid consists of a set of directed faces. Note that all faces associated with the TopoSolid, including dangling faces, appear in the boundary. The coboundary of a TopoSolid is empty and hence requires no representation.
Java-Klasse für TopoSolidType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TopoSolidType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTopoPrimitiveType"> <sequence> <element ref="{http://www.opengis.net/gml}directedFace" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TopoSolidType()
|
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.AbstractTopoPrimitiveType |
---|
getContainer, getIsolated, isSetContainer, isSetIsolated, setContainer, setIsolated, unsetIsolated |
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 TopoSolidType()
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 |