org.deegree_impl.model.geometry
Class GM_Boundary_Impl

java.lang.Object
  extended byorg.deegree_impl.model.geometry.GM_Object_Impl
      extended byorg.deegree_impl.model.geometry.GM_Boundary_Impl
All Implemented Interfaces:
GM_Boundary, GM_Object, java.io.Serializable
Direct Known Subclasses:
GM_PrimitiveBoundary_Impl

abstract class GM_Boundary_Impl
extends GM_Object_Impl
implements GM_Boundary, java.io.Serializable

default implementation of the GM_Boundary interface. The class is abstract because there isn't a boundary without a geometry type. Concrete implementations are GM_CurveBoundary or GM_SurfaceBoundary for example.

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

Version:
5.6.2001
Author:
Andreas Poth


Field Summary
private static long serialVersionUID
          Use serialVersionUID for interoperability.
 
Fields inherited from class org.deegree_impl.model.geometry.GM_Object_Impl
boundary, centroid, convexHull, crs, empty, envelope, mute, valid
 
Constructor Summary
GM_Boundary_Impl(CS_CoordinateSystem srs)
          the reference system
 
Method Summary
 boolean isCycle()
          A geometric object, which has no boundary is a cycle.
 
Methods inherited from class org.deegree_impl.model.geometry.GM_Object_Impl
calculateParam, clone, contains, contains, difference, distance, equals, getBoundary, getBuffer, getCentroid, getConvexHull, getCoordinateSystem, getEnvelope, intersection, intersects, isEmpty, isValid, isWithinDistance, setCoordinateSystem, setEmpty, setValid, toString, translate, union
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Use serialVersionUID for interoperability.

See Also:
Constant Field Values
Constructor Detail

GM_Boundary_Impl

public GM_Boundary_Impl(CS_CoordinateSystem srs)
the reference system

Method Detail

isCycle

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

Specified by:
isCycle in interface GM_Boundary