net.opengis.gml
Class FaceType

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.FaceType

public class FaceType
extends AbstractTopoPrimitiveType

. The topological boundary of a face consists of a set of directed edges. Note that all edges associated with a Face, including dangling and interior edges, appear in the boundary. Dangling and interior edges are each referenced by pairs of directedEdges with opposing orientations. The optional coboundary of a face is a pair of directed solids which are bounded by this face. If present, there is precisely one positively directed and one negatively directed solid in the coboundary of every face. The positively directed solid corresponds to the solid which lies in the direction of the positively directed normal to the face in any geometric realisation. A face may optionally be realised by a 2-dimensional (surface) geometric primitive.

Classe Java pour FaceType complex type.

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

 <complexType name="FaceType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopoPrimitiveType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}directedEdge" maxOccurs="unbounded"/>
         <element ref="{http://www.opengis.net/gml}directedTopoSolid" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}surfaceProperty" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DirectedEdgePropertyType> directedEdge
           
protected  List<DirectedTopoSolidPropertyType> directedTopoSolid
           
protected  SurfacePropertyType surfaceProperty
           
 
Fields inherited from class net.opengis.gml.AbstractTopoPrimitiveType
container, isolated
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
FaceType()
           
 
Method Summary
 List<DirectedEdgePropertyType> getDirectedEdge()
          Gets the value of the directedEdge property.
 List<DirectedTopoSolidPropertyType> getDirectedTopoSolid()
          Gets the value of the directedTopoSolid property.
 SurfacePropertyType getSurfaceProperty()
          Obtient la valeur de la propriété surfaceProperty.
 boolean isSetDirectedEdge()
           
 boolean isSetDirectedTopoSolid()
           
 boolean isSetSurfaceProperty()
           
 void setSurfaceProperty(SurfacePropertyType value)
          Définit la valeur de la propriété surfaceProperty.
 void unsetDirectedEdge()
           
 void unsetDirectedTopoSolid()
           
 
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

directedEdge

protected List<DirectedEdgePropertyType> directedEdge

directedTopoSolid

protected List<DirectedTopoSolidPropertyType> directedTopoSolid

surfaceProperty

protected SurfacePropertyType surfaceProperty
Constructor Detail

FaceType

public FaceType()
Method Detail

getDirectedEdge

public List<DirectedEdgePropertyType> getDirectedEdge()
Gets the value of the directedEdge 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 directedEdge property.

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

    getDirectedEdge().add(newItem);
 

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


isSetDirectedEdge

public boolean isSetDirectedEdge()

unsetDirectedEdge

public void unsetDirectedEdge()

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()

getSurfaceProperty

public SurfacePropertyType getSurfaceProperty()
Obtient la valeur de la propriété surfaceProperty.

Returns:
possible object is SurfacePropertyType

setSurfaceProperty

public void setSurfaceProperty(SurfacePropertyType value)
Définit la valeur de la propriété surfaceProperty.

Parameters:
value - allowed object is SurfacePropertyType

isSetSurfaceProperty

public boolean isSetSurfaceProperty()


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