org.deegree.model.geometry
Interface GM_CurveBoundary

All Superinterfaces:
GM_Boundary, GM_Object, GM_PrimitiveBoundary
All Known Implementing Classes:
GM_CurveBoundary_Impl

public interface GM_CurveBoundary
extends GM_PrimitiveBoundary

The interface defines the access to curve boundaries

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

Version:
$Revision: 1.1.1.1 $ $Date: 2002/09/25 16:01:48 $

Author:
Andreas Poth

Method Summary
 GM_Position getEndPoint()
          gets the end position of a boundary
 GM_Position getStartPoint()
          gets the start position of a boundary
 
Methods inherited from interface org.deegree.model.geometry.GM_Boundary
isCycle
 
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

getStartPoint

public GM_Position getStartPoint()
gets the start position of a boundary


getEndPoint

public GM_Position getEndPoint()
gets the end position of a boundary