org.deegree_impl.model.geometry
Class GM_Primitive_Impl

java.lang.Object
  extended byorg.deegree_impl.model.geometry.GM_Object_Impl
      extended byorg.deegree_impl.model.geometry.GM_Primitive_Impl
All Implemented Interfaces:
GM_Object, GM_Primitive, java.io.Serializable
Direct Known Subclasses:
GM_OrientablePrimitive_Impl, GM_Point_Impl

abstract class GM_Primitive_Impl
extends GM_Object_Impl
implements GM_Primitive, java.io.Serializable

default implementation of the GM_Primitive interface from package jago.model. ------------------------------------------------------------

Version:
8.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
protected GM_Primitive_Impl(CS_CoordinateSystem crs)
          Creates a new GM_Primitive_Impl object.
 
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_Primitive_Impl

protected GM_Primitive_Impl(CS_CoordinateSystem crs)
Creates a new GM_Primitive_Impl object.

Parameters:
crs -