net.opengis.gml
Class NodeType

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

public class NodeType
extends AbstractTopoPrimitiveType

Its optional co-boundary is a set of connected directedEdges. The orientation of one of these dirEdges is "+" if the Node is the "to" node of the Edge, and "-" if it is the "from" node.

Classe Java pour NodeType complex type.

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

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


Field Summary
protected  List<DirectedEdgePropertyType> directedEdge
           
protected  PointPropertyType pointProperty
           
 
Fields inherited from class net.opengis.gml.AbstractTopoPrimitiveType
container, isolated
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
NodeType()
           
 
Method Summary
 List<DirectedEdgePropertyType> getDirectedEdge()
          Gets the value of the directedEdge property.
 PointPropertyType getPointProperty()
          Obtient la valeur de la propriété pointProperty.
 boolean isSetDirectedEdge()
           
 boolean isSetPointProperty()
           
 void setPointProperty(PointPropertyType value)
          Définit la valeur de la propriété pointProperty.
 void unsetDirectedEdge()
           
 
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

pointProperty

protected PointPropertyType pointProperty
Constructor Detail

NodeType

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

getPointProperty

public PointPropertyType getPointProperty()
Obtient la valeur de la propriété pointProperty.

Returns:
possible object is PointPropertyType

setPointProperty

public void setPointProperty(PointPropertyType value)
Définit la valeur de la propriété pointProperty.

Parameters:
value - allowed object is PointPropertyType

isSetPointProperty

public boolean isSetPointProperty()


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