Package org.geotools.renderer.label
Class LineStringCursor
- Object
-
- LineStringCursor
-
- LineStringCursor
-
@Deprecated public class LineStringCursor extends LineStringCursor
Deprecated.UseLineStringCursor
insteadAllows to move a point cursor along the path of a LineString using a curvilinear coordinate system and either absolute distances (from the start of the line) or offsets relative to the current position, to return the absolute position of the cursor as a Point, and to get the orientation of the current segment.- Author:
- Andrea Aime
-
-
Constructor Summary
Constructors Constructor Description LineStringCursor(LineString ls)
Deprecated.
-
Method Summary
-
Methods inherited from class LineStringCursor
getCurrentAngle, getCurrentOrdinate, getCurrentPosition, getCurrentPosition, getLabelOrientation, getLineString, getLineStringLength, getMaxAngleChange, getMaxAngleChange, getMaxDistanceFromStraightLine, getSegmentAngle, getSubLineString, moveRelative, moveTo, reverse
-
-
-
-
Constructor Detail
-
LineStringCursor
public LineStringCursor(LineString ls)
Deprecated.
-
-