net.opengis.gml
Class EdgeType

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

public class EdgeType
extends AbstractTopoPrimitiveType

There is precisely one positively directed and one negatively directed node in the boundary of every edge. The negatively and positively directed nodes correspond to the start and end nodes respectively. The optional coboundary of an edge is a circular sequence of directed faces which are incident on this edge in document order. Faces which use a particular boundary edge in its positive orientation appear with positive orientation on the coboundary of the same edge. In the 2D case, the orientation of the face on the left of the edge is "+"; the orientation of the face on the right on its right is "-". An edge may optionally be realised by a 1-dimensional (curve) geometric primitive.

Classe Java pour EdgeType complex type.

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

 <complexType name="EdgeType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopoPrimitiveType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}directedNode" maxOccurs="2" minOccurs="2"/>
         <element ref="{http://www.opengis.net/gml}directedFace" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}curveProperty" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CurvePropertyType curveProperty
           
protected  List<DirectedFacePropertyType> directedFace
           
protected  List<DirectedNodePropertyType> directedNode
           
 
Fields inherited from class net.opengis.gml.AbstractTopoPrimitiveType
container, isolated
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
EdgeType()
           
 
Method Summary
 CurvePropertyType getCurveProperty()
          Obtient la valeur de la propriété curveProperty.
 List<DirectedFacePropertyType> getDirectedFace()
          Gets the value of the directedFace property.
 List<DirectedNodePropertyType> getDirectedNode()
          Gets the value of the directedNode property.
 boolean isSetCurveProperty()
           
 boolean isSetDirectedFace()
           
 boolean isSetDirectedNode()
           
 void setCurveProperty(CurvePropertyType value)
          Définit la valeur de la propriété curveProperty.
 void unsetDirectedFace()
           
 void unsetDirectedNode()
           
 
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

directedNode

protected List<DirectedNodePropertyType> directedNode

directedFace

protected List<DirectedFacePropertyType> directedFace

curveProperty

protected CurvePropertyType curveProperty
Constructor Detail

EdgeType

public EdgeType()
Method Detail

getDirectedNode

public List<DirectedNodePropertyType> getDirectedNode()
Gets the value of the directedNode 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 directedNode property.

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

    getDirectedNode().add(newItem);
 

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


isSetDirectedNode

public boolean isSetDirectedNode()

unsetDirectedNode

public void unsetDirectedNode()

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

getCurveProperty

public CurvePropertyType getCurveProperty()
Obtient la valeur de la propriété curveProperty.

Returns:
possible object is CurvePropertyType

setCurveProperty

public void setCurveProperty(CurvePropertyType value)
Définit la valeur de la propriété curveProperty.

Parameters:
value - allowed object is CurvePropertyType

isSetCurveProperty

public boolean isSetCurveProperty()


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