org.citygml4j.jaxb.gml._3_1_1
Class TopoSolidType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTopologyType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTopoPrimitiveType
              extended by org.citygml4j.jaxb.gml._3_1_1.TopoSolidType

public class TopoSolidType
extends AbstractTopoPrimitiveType

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 class for TopoSolidType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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

TopoSolidType

public TopoSolidType()
Method Detail

getDirectedFace

public java.util.List<DirectedFacePropertyType> getDirectedFace()
Gets the value of the directedFace property.

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


isSetDirectedFace

public boolean isSetDirectedFace()

unsetDirectedFace

public void unsetDirectedFace()

setDirectedFace

public void setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
Sets the value of the directedFace property.

Parameters:
directedFace - allowed object is DirectedFacePropertyType