org.deegree_impl.model.geometry
Class GM_SurfaceInterpolation_Impl

java.lang.Object
  extended byorg.deegree_impl.model.geometry.GM_SurfaceInterpolation_Impl
All Implemented Interfaces:
GM_SurfaceInterpolation, java.io.Serializable

public class GM_SurfaceInterpolation_Impl
extends java.lang.Object
implements GM_SurfaceInterpolation, java.io.Serializable

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

Version:
11.6.2001
Author:
Andreas Poth
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Use serialVersionUID for interoperability.
private  int surfaceInterpolation
           
 
Fields inherited from interface org.deegree.model.geometry.GM_SurfaceInterpolation
BICUBIC, BILINEAR, BIQUADRATIC, CONIC, ELLIPTICAL, NONE, PLANAR, POLYNOMIALSPLINE, RATIONALSPLINE, SPHERICAL, TIN, TRIANGULATEDSOLINE
 
Constructor Summary
GM_SurfaceInterpolation_Impl()
          Creates a new GM_SurfaceInterpolation_Impl object.
GM_SurfaceInterpolation_Impl(int surfaceInterpolation)
          Creates a new GM_SurfaceInterpolation_Impl object.
 
Method Summary
 java.lang.Object clone()
          returns a deep copy of the geometry
 boolean equals(java.lang.Object other)
          checks if this surface is completly equal to the submitted geometry.
 int getValue()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Use serialVersionUID for interoperability.

See Also:
Constant Field Values

surfaceInterpolation

private int surfaceInterpolation
Constructor Detail

GM_SurfaceInterpolation_Impl

public GM_SurfaceInterpolation_Impl()
Creates a new GM_SurfaceInterpolation_Impl object.


GM_SurfaceInterpolation_Impl

public GM_SurfaceInterpolation_Impl(int surfaceInterpolation)
                             throws GM_Exception
Creates a new GM_SurfaceInterpolation_Impl object.

Parameters:
surfaceInterpolation -
Throws:
GM_Exception
Method Detail

getValue

public int getValue()
Specified by:
getValue in interface GM_SurfaceInterpolation
Returns:

clone

public java.lang.Object clone()
returns a deep copy of the geometry


equals

public boolean equals(java.lang.Object other)
checks if this surface is completly equal to the submitted geometry.