net.opengis.gml
Class TopoSurfaceType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTopologyType
          extended by net.opengis.gml.TopoSurfaceType

public class TopoSurfaceType
extends AbstractTopologyType

The TopoSurface type and element represent a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive. The intended use of TopoSurface is to appear within a surface feature instance to express the structural and possibly geometric relationships of this surface to other features via the shared face definitions.

Classe Java pour TopoSurfaceType complex type.

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

 <complexType name="TopoSurfaceType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopologyType">
       <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.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TopoSurfaceType()
           
 
Method Summary
 List<DirectedFacePropertyType> getDirectedFace()
          Gets the value of the directedFace property.
 boolean isSetDirectedFace()
           
 void unsetDirectedFace()
           
 
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

TopoSurfaceType

public TopoSurfaceType()
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.