Uses of Class
org.meteoinfo.jts.geomgraph.Label
-
Packages that use Label Package Description org.meteoinfo.jts.geomgraph org.meteoinfo.jts.operation.overlay org.meteoinfo.jts.operation.relate -
-
Uses of Label in org.meteoinfo.jts.geomgraph
Fields in org.meteoinfo.jts.geomgraph declared as Label Modifier and Type Field Description protected LabelEdgeEnd. labelprotected LabelGraphComponent. labelMethods in org.meteoinfo.jts.geomgraph that return Label Modifier and Type Method Description LabelDirectedEdgeStar. getLabel()LabelEdgeEnd. getLabel()LabelEdgeRing. getLabel()LabelGraphComponent. getLabel()static LabelLabel. toLineLabel(Label label)Methods in org.meteoinfo.jts.geomgraph with parameters of type Label Modifier and Type Method Description voidDepth. add(Label lbl)booleanLabel. isEqualOnSide(Label lbl, int side)voidLabel. merge(Label lbl)Merge this label with another one.protected voidEdgeRing. mergeLabel(Label deLabel)protected voidEdgeRing. mergeLabel(Label deLabel, int geomIndex)Merge the RHS label from a DirectedEdge into the label for this EdgeRing.voidNode. mergeLabel(Label label2)To merge labels for two nodes, the merged location for each LabelElement is computed.voidGraphComponent. setLabel(Label label)static LabelLabel. toLineLabel(Label label)static voidEdge. updateIM(Label label, IntersectionMatrix im)Updates an IM from the label for an edge.voidDirectedEdgeStar. updateLabelling(Label nodeLabel)Update incomplete dirEdge labels from the labelling for the nodeConstructors in org.meteoinfo.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.meteoinfo.jts.operation.overlay
Methods in org.meteoinfo.jts.operation.overlay with parameters of type Label Modifier and Type Method Description static booleanOverlayOp. isResultOfOp(Label label, int opCode)Tests whether a point with a given topologicalLabelrelative to two geometries is contained in the result of overlaying the geometries using a given overlay operation. -
Uses of Label in org.meteoinfo.jts.operation.relate
Methods in org.meteoinfo.jts.operation.relate that return Label Modifier and Type Method Description LabelEdgeEndBundle. getLabel()
-