Uses of Class
org.geotools.geometry.iso.topograph2D.Label

Packages that use Label
org.geotools.geometry.iso.operation.overlay An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation.relate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.topograph2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of Label in org.geotools.geometry.iso.operation.overlay
 

Methods in org.geotools.geometry.iso.operation.overlay with parameters of type Label
static boolean OverlayOp.isResultOfOp(Label label, int opCode)
           
 

Uses of Label in org.geotools.geometry.iso.operation.relate
 

Methods in org.geotools.geometry.iso.operation.relate that return Label
 Label EdgeEndBundle.getLabel()
           
 

Uses of Label in org.geotools.geometry.iso.topograph2D
 

Fields in org.geotools.geometry.iso.topograph2D declared as Label
protected  Label EdgeEnd.label
           
protected  Label GraphComponent.label
           
 

Methods in org.geotools.geometry.iso.topograph2D that return Label
 Label EdgeRing.getLabel()
           
 Label EdgeEnd.getLabel()
           
 Label GraphComponent.getLabel()
           
 Label DirectedEdgeStar.getLabel()
           
static Label Label.toLineLabel(Label label)
           
 

Methods in org.geotools.geometry.iso.topograph2D 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.
protected  void EdgeRing.mergeLabel(Label deLabel)
           
 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, 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 org.geotools.geometry.iso.topograph2D 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.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.