net.opengis.gml
Class TopoSolidType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTopologyType
          extended by net.opengis.gml.AbstractTopoPrimitiveType
              extended by net.opengis.gml.TopoSolidType

public class TopoSolidType
extends AbstractTopoPrimitiveType

The topological boundary of a TopoSolid consists of a set of directed faces. Note that all faces associated with the TopoSolid, including dangling faces, appear in the boundary. The coboundary of a TopoSolid is empty and hence requires no representation.

Classe Java pour TopoSolidType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  List<DirectedFacePropertyType> directedFace
           
 
Fields inherited from class net.opengis.gml.AbstractTopoPrimitiveType
container, isolated
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TopoSolidType()
           
 
Method Summary
 List<DirectedFacePropertyType> getDirectedFace()
          Gets the value of the directedFace property.
 boolean isSetDirectedFace()
           
 void unsetDirectedFace()
           
 
Methods inherited from class net.opengis.gml.AbstractTopoPrimitiveType
getContainer, getIsolated, isSetContainer, isSetIsolated, setContainer, unsetIsolated
 
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

directedFace

protected List<DirectedFacePropertyType> directedFace
Constructor Detail

TopoSolidType

public TopoSolidType()
Method Detail

getDirectedFace

public List<DirectedFacePropertyType> getDirectedFace()
Gets the value of the directedFace 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 directedFace property.

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

    getDirectedFace().add(newItem);
 

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


isSetDirectedFace

public boolean isSetDirectedFace()

unsetDirectedFace

public void unsetDirectedFace()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.