net.opengis.gml
Class TopoVolumeType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTopologyType
net.opengis.gml.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.
Classe Java pour TopoVolumeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
directedTopoSolid
protected List<DirectedTopoSolidPropertyType> directedTopoSolid
TopoVolumeType
public TopoVolumeType()
getDirectedTopoSolid
public 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()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.