net.opengis.gml
Class TopoPointType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTopologyType
          extended by 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>
 


Field Summary
protected  DirectedNodePropertyType directedNode
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TopoPointType()
           
 
Method Summary
 DirectedNodePropertyType getDirectedNode()
          Obtient la valeur de la propriété directedNode.
 boolean isSetDirectedNode()
           
 void setDirectedNode(DirectedNodePropertyType value)
          Définit la valeur de la propriété directedNode.
 
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 DirectedNodePropertyType directedNode
Constructor Detail

TopoPointType

public TopoPointType()
Method Detail

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.