org.deegree.geometry.primitive.segments
Interface Geodesic

All Superinterfaces:
CurveSegment, GeodesicString
All Known Implementing Classes:
DefaultGeodesic

public interface Geodesic
extends GeodesicString

A GeodesicString that consists of a single arc only.

Version:
$Revision: 31641 $, $Date: 2011-08-24 21:24:55 +0200 (Wed, 24 Aug 2011) $
Author:
Markus Schneider , last edited by: $Author: mschneider $

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.segments.CurveSegment
CurveSegment.CurveSegmentType
 
Method Summary
 Point getPoint1()
          Returns the first control point.
 Point getPoint2()
          Returns the second control point.
 
Methods inherited from interface org.deegree.geometry.primitive.segments.GeodesicString
getControlPoints
 
Methods inherited from interface org.deegree.geometry.primitive.segments.CurveSegment
getCoordinateDimension, getEndPoint, getSegmentType, getStartPoint
 

Method Detail

getPoint1

Point getPoint1()
Returns the first control point.

Returns:
the first control point

getPoint2

Point getPoint2()
Returns the second control point.

Returns:
the second control point


Copyright © 2011. All Rights Reserved.