org.deegree.model.geometry
Interface GM_OrientableCurve

All Superinterfaces:
GM_Object, GM_OrientablePrimitive, GM_Primitive
All Known Subinterfaces:
GM_CompositeCurve, GM_Curve, GM_Ring
All Known Implementing Classes:
GM_Curve_Impl, GM_OrientableCurve_Impl, GM_Ring_Impl

public interface GM_OrientableCurve
extends GM_OrientablePrimitive

The specialisation of the GM_OrientablePrimitive as a curve. Note that a orientated geometry can only have one direction. if you for example have to model a road that can be driven in two directions you need two identical geometries but ith different orientations.

-----------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/02/09 07:57:02 $

Author:
Andreas Poth

Method Summary
 GM_CurveBoundary getCurveBoundary()
           
 
Methods inherited from interface org.deegree.model.geometry.GM_OrientablePrimitive
getOrientation, setOrientation
 
Methods inherited from interface org.deegree.model.geometry.GM_Object
contains, contains, difference, distance, getBoundary, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDimension, getEnvelope, intersection, intersects, isEmpty, isWithinDistance, translate, union
 

Method Detail

getCurveBoundary

public GM_CurveBoundary getCurveBoundary()