Class LineStringCursor


  • @Deprecated
    public class LineStringCursor
    extends LineStringCursor
    Deprecated.
    Use LineStringCursor instead
    Allows 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 Detail

      • LineStringCursor

        public LineStringCursor​(LineString ls)
        Deprecated.