Uses of Class
com.vividsolutions.jts.geomgraph.Label

Packages that use Label
com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs. 
com.vividsolutions.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions. 
com.vividsolutions.jts.operation.relate Contains classes to implement the computation of the spatial relationships of Geometrys. 
 

Uses of Label in com.vividsolutions.jts.geomgraph
 

Fields in com.vividsolutions.jts.geomgraph declared as Label
protected  Label GraphComponent.label
           
protected  Label EdgeEnd.label
           
 

Methods in com.vividsolutions.jts.geomgraph that return Label
 Label GraphComponent.getLabel()
           
 Label EdgeRing.getLabel()
           
 Label EdgeEnd.getLabel()
           
 Label DirectedEdgeStar.getLabel()
           
static Label Label.toLineLabel(Label label)
           
 

Methods in com.vividsolutions.jts.geomgraph with parameters of type Label
 void Depth.add(Label lbl)
           
 boolean Label.isEqualOnSide(Label lbl, int side)
           
 void Label.merge(Label lbl)
          Merge this label with another one.
 void Node.mergeLabel(Label label2)
          To merge labels for two nodes, the merged location for each LabelElement is computed.
protected  void EdgeRing.mergeLabel(Label deLabel)
           
protected  void EdgeRing.mergeLabel(Label deLabel, int geomIndex)
          Merge the RHS label from a DirectedEdge into the label for this EdgeRing.
 void GraphComponent.setLabel(Label label)
           
static Label Label.toLineLabel(Label label)
           
static void Edge.updateIM(Label label, IntersectionMatrix im)
          Updates an IM from the label for an edge.
 void DirectedEdgeStar.updateLabelling(Label nodeLabel)
          Update incomplete dirEdge labels from the labelling for the node
 

Constructors in com.vividsolutions.jts.geomgraph with parameters of type Label
Edge(Coordinate[] pts, Label label)
           
EdgeEnd(Edge edge, Coordinate p0, Coordinate p1, Label label)
           
GraphComponent(Label label)
           
Label(Label lbl)
          Construct a Label with the same values as the argument Label.
 

Uses of Label in com.vividsolutions.jts.operation.overlay
 

Methods in com.vividsolutions.jts.operation.overlay with parameters of type Label
static boolean OverlayOp.isResultOfOp(Label label, int opCode)
           
 

Uses of Label in com.vividsolutions.jts.operation.relate
 

Methods in com.vividsolutions.jts.operation.relate that return Label
 Label EdgeEndBundle.getLabel()
           
 



Copyright © 2012. All Rights Reserved.