org.deegree.model.geometry
Interface GM_SurfaceBoundary

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

public interface GM_SurfaceBoundary
extends GM_PrimitiveBoundary

Defining the boundary of a surface. The surface boundary is defined as ring surounding the exterior boundary of the surface and the rings surounding each interior ring of the surface.

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

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

Author:
Axel Schaefer

Method Summary
 GM_Ring getExteriorRing()
           
 GM_Ring[] getInteriorRings()
           
 
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

getExteriorRing

public GM_Ring getExteriorRing()

getInteriorRings

public GM_Ring[] getInteriorRings()