net.opengis.gml
Class NodeType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTopologyType
net.opengis.gml.AbstractTopoPrimitiveType
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>
| 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 |
directedEdge
protected List<DirectedEdgePropertyType> directedEdge
pointProperty
protected PointPropertyType pointProperty
NodeType
public NodeType()
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.