org.deegree.geometry.primitive.segments
Interface LineStringSegment
- All Superinterfaces:
- CurveSegment
- All Known Implementing Classes:
- DefaultLineStringSegment
public interface LineStringSegment
- extends CurveSegment
A CurveSegment
that is defined by two or more Point
s, with linear interpolation between subsequent
pairs of points.
- Version:
- $Revision: 31641 $, $Date: 2011-08-24 21:24:55 +0200 (Wed, 24 Aug 2011) $
- Author:
- Markus Schneider , last edited by: $Author: mschneider $
getControlPoints
Points getControlPoints()
- Returns the control points of the string.
- Returns:
- the control points of the string
Copyright © 2011. All Rights Reserved.