org.citygml4j.jaxb.gml._3_1_1
Class TopoSurfaceType

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.TopoSurfaceType

public class TopoSurfaceType
extends AbstractTopologyType

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

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

 <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

TopoSurfaceType

public TopoSurfaceType()
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