net.opengis.gml
Class TopoCurveType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTopologyType
          extended by net.opengis.gml.TopoCurveType

public class TopoCurveType
extends AbstractTopologyType

The end Node of each directedEdge of a TopoCurveType is the start Node of the next directedEdge of the TopoCurveType in document order. The TopoCurve type and element represent a homogeneous topological expression, a list of directed edges, which if realised are isomorphic to a geometric curve primitive. The intended use of TopoCurve is to appear within a line feature instance to express the structural and geometric relationships of this line to other features via the shared edge definitions.

Classe Java pour TopoCurveType complex type.

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

 <complexType name="TopoCurveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopologyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}directedEdge" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DirectedEdgePropertyType> directedEdge
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TopoCurveType()
           
 
Method Summary
 List<DirectedEdgePropertyType> getDirectedEdge()
          Gets the value of the directedEdge property.
 boolean isSetDirectedEdge()
           
 void unsetDirectedEdge()
           
 
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
Constructor Detail

TopoCurveType

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


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