net.opengis.gml
Class TopoPointType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractTopologyType
net.opengis.gml.TopoPointType
public class TopoPointType
- extends AbstractTopologyType
The intended use of TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this point to other features via shared node definitions. Note the orientation assigned to the directedNode has no meaning in this context. It is preserved for symmetry with the types and elements which follow.
Classe Java pour TopoPointType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TopoPointType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTopologyType">
<sequence>
<element ref="{http://www.opengis.net/gml}directedNode"/>
</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 |
directedNode
protected DirectedNodePropertyType directedNode
TopoPointType
public TopoPointType()
getDirectedNode
public DirectedNodePropertyType getDirectedNode()
- Obtient la valeur de la propriété directedNode.
- Returns:
- possible object is
DirectedNodePropertyType
setDirectedNode
public void setDirectedNode(DirectedNodePropertyType value)
- Définit la valeur de la propriété directedNode.
- Parameters:
value - allowed object is
DirectedNodePropertyType
isSetDirectedNode
public boolean isSetDirectedNode()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.