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 Points, with linear interpolation between subsequent pairs of points.

Version:
$Revision:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.segments.CurveSegment
CurveSegment.CurveSegmentType
 
Method Summary
 Points getControlPoints()
          Returns the control points of the string.
 
Methods inherited from interface org.deegree.geometry.primitive.segments.CurveSegment
getCoordinateDimension, getEndPoint, getSegmentType, getStartPoint
 

Method Detail

getControlPoints

Points getControlPoints()
Returns the control points of the string.

Returns:
the control points of the string


Copyright © 2011. All Rights Reserved.