org.deegree.model.geometry
Interface GM_Boundary

All Superinterfaces:
GM_Object
All Known Subinterfaces:
GM_ComplexBoundary, GM_CurveBoundary, GM_PrimitiveBoundary, GM_SolidBoundary, GM_SurfaceBoundary
All Known Implementing Classes:
GM_Boundary_Impl, GM_CurveBoundary_Impl, GM_PrimitiveBoundary_Impl, GM_SurfaceBoundary_Impl

public interface GM_Boundary
extends GM_Object

This interface defines the basis functionallity of geomerty boundaries.

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

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

Author:
Andreas Poth

Method Summary
 boolean isCycle()
          A geometric object, which has no boundary is a cycle.
 
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

isCycle

public boolean isCycle()
A geometric object, which has no boundary is a cycle.