Uses of Class
org.geotools.geometry.jts.LineStringCursor
-
Packages that use LineStringCursor Package Description org.geotools.geometry.jts org.geotools.renderer.label -
-
Uses of LineStringCursor in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that return LineStringCursor Modifier and Type Method Description LineStringCursor
LineStringCursor. reverse()
Returns a line string cursor based on the opposite walking direction.Constructors in org.geotools.geometry.jts with parameters of type LineStringCursor Constructor Description LineStringCursor(LineStringCursor cursor)
Copy constructor -
Uses of LineStringCursor in org.geotools.renderer.label
Subclasses of LineStringCursor in org.geotools.renderer.label Modifier and Type Class Description class
LineStringCursor
Deprecated.UseLineStringCursor
insteadMethods in org.geotools.renderer.label with parameters of type LineStringCursor Modifier and Type Method Description void
LabelPainter. paintCurvedLabel(LineStringCursor cursor)
Paints a label that follows the line, centered in the current cursor position
-