|
||||||||||
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.TopoVolumeType
public class TopoVolumeType
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-Klasse für TopoVolumeType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 |
---|
public TopoVolumeType()
Method Detail |
---|
public java.util.List<DirectedTopoSolidPropertyType> getDirectedTopoSolid()
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
public boolean isSetDirectedTopoSolid()
public void unsetDirectedTopoSolid()
public void setDirectedTopoSolid(java.util.List<DirectedTopoSolidPropertyType> directedTopoSolid)
directedTopoSolid
- allowed object is
DirectedTopoSolidPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |