net.opengis.gml
Class TopoVolumeType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTopologyType
          extended by 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>
 


Field Summary
protected  List<DirectedTopoSolidPropertyType> directedTopoSolid
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TopoVolumeType()
           
 
Method Summary
 List<DirectedTopoSolidPropertyType> getDirectedTopoSolid()
          Gets the value of the directedTopoSolid property.
 boolean isSetDirectedTopoSolid()
           
 void unsetDirectedTopoSolid()
           
 
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
 

Field Detail

directedTopoSolid

protected List<DirectedTopoSolidPropertyType> directedTopoSolid
Constructor Detail

TopoVolumeType

public TopoVolumeType()
Method Detail

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.