org.citygml4j.jaxb.gml._3_1_1
Class SolidType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricPrimitiveType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractSolidType
                  extended by org.citygml4j.jaxb.gml._3_1_1.SolidType

public class SolidType
extends AbstractSolidType

A solid is the basis for 3-dimensional geometry. The extent of a solid is defined by the boundary surfaces (shells). A shell is represented by a composite surface, where every shell is used to represent a single connected component of the boundary of a solid. It consists of a composite surface (a list of orientable surfaces) connected in a topological cycle (an object whose boundary is empty). Unlike a Ring, a Shell's elements have no natural sort order. Like Rings, Shells are simple.

Java class for SolidType complex type.

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

 <complexType name="SolidType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractSolidType">
       <sequence>
         <element name="exterior" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
         <element name="interior" type="{http://www.opengis.net/gml}SurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
SolidType()
           
 
Method Summary
 SurfacePropertyType getExterior()
          Gets the value of the exterior property.
 java.util.List<SurfacePropertyType> getInterior()
          Gets the value of the interior property.
 boolean isSetExterior()
           
 boolean isSetInterior()
           
 void setExterior(SurfacePropertyType value)
          Sets the value of the exterior property.
 void setInterior(java.util.List<SurfacePropertyType> interior)
          Sets the value of the interior property.
 void unsetInterior()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels
 
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

SolidType

public SolidType()
Method Detail

getExterior

public SurfacePropertyType getExterior()
Gets the value of the exterior property.

Returns:
possible object is SurfacePropertyType

setExterior

public void setExterior(SurfacePropertyType value)
Sets the value of the exterior property.

Parameters:
value - allowed object is SurfacePropertyType

isSetExterior

public boolean isSetExterior()

getInterior

public java.util.List<SurfacePropertyType> getInterior()
Gets the value of the interior 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 interior property.

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

    getInterior().add(newItem);
 

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


isSetInterior

public boolean isSetInterior()

unsetInterior

public void unsetInterior()

setInterior

public void setInterior(java.util.List<SurfacePropertyType> interior)
Sets the value of the interior property.

Parameters:
interior - allowed object is SurfacePropertyType