org.citygml4j.jaxb.gml._3_1_1
Class TopoVolumeType

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

public class TopoVolumeType
extends AbstractTopologyType

The TopoVolume type and element represent a homogeneous topological expression, a set of directed TopoSolids, which if realised are isomorphic to a geometric solid primitive. The intended use of TopoVolume is to appear within a 3D solid feature instance to express the structural and geometric relationships of this solid to other features via the shared TopoSolid definitions. . Note the orientation assigned to the directedSolid has no meaning in three dimensions. It is preserved for symmetry with the preceding types and elements.

Java class for TopoVolumeType complex type.

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

 <complexType name="TopoVolumeType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopologyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}directedTopoSolid" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TopoVolumeType()
           
 
Method Summary
 java.util.List<DirectedTopoSolidPropertyType> getDirectedTopoSolid()
          Gets the value of the directedTopoSolid property.
 boolean isSetDirectedTopoSolid()
           
 void setDirectedTopoSolid(java.util.List<DirectedTopoSolidPropertyType> directedTopoSolid)
          Sets the value of the directedTopoSolid property.
 void unsetDirectedTopoSolid()
           
 
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

TopoVolumeType

public TopoVolumeType()
Method Detail

getDirectedTopoSolid

public java.util.List<DirectedTopoSolidPropertyType> getDirectedTopoSolid()
Gets the value of the directedTopoSolid 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 directedTopoSolid property.

For example, to add a new item, do as follows:

    getDirectedTopoSolid().add(newItem);
 

Objects of the following type(s) are allowed in the list DirectedTopoSolidPropertyType


isSetDirectedTopoSolid

public boolean isSetDirectedTopoSolid()

unsetDirectedTopoSolid

public void unsetDirectedTopoSolid()

setDirectedTopoSolid

public void setDirectedTopoSolid(java.util.List<DirectedTopoSolidPropertyType> directedTopoSolid)
Sets the value of the directedTopoSolid property.

Parameters:
directedTopoSolid - allowed object is DirectedTopoSolidPropertyType