org.deegree.geometry.primitive.segments
Interface GeodesicString
- All Superinterfaces:
- CurveSegment
- All Known Subinterfaces:
- Geodesic
- All Known Implementing Classes:
- DefaultGeodesic, DefaultGeodesicString
public interface GeodesicString
- extends CurveSegment
A GeodesicString
is computed from two or more positions and an interpolation using geodesics defined
from the geoid (or ellipsoid) of the coordinate reference system being used.
- 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.