Uses of Class
org.locationtech.jts.geomgraph.Label
-
Packages that use Label Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometry
s. -
-
Uses of Label in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return Label Modifier and Type Method Description Label
DirectedEdgeStar. getLabel()
Label
EdgeEnd. getLabel()
Label
EdgeRing. getLabel()
Label
GraphComponent. getLabel()
static Label
Label. toLineLabel(Label label)
Methods in org.locationtech.jts.geomgraph with parameters of type Label Modifier and Type Method Description 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.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 nodeConstructors in org.locationtech.jts.geomgraph with parameters of type Label Constructor Description 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 org.locationtech.jts.operation.overlay
Methods in org.locationtech.jts.operation.overlay with parameters of type Label Modifier and Type Method Description static boolean
OverlayOp. isResultOfOp(Label label, int opCode)
Tests whether a point with a given topologicalLabel
relative to two geometries is contained in the result of overlaying the geometries using a given overlay operation. -
Uses of Label in org.locationtech.jts.operation.relate
Methods in org.locationtech.jts.operation.relate that return Label Modifier and Type Method Description Label
EdgeEndBundle. getLabel()
-