|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.geometry.GM_SurfaceInterpolation_Impl
default implementation of the GM_SurfaceInterpolation interface from the package jago.model. ------------------------------------------------------------
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 |
private static final long serialVersionUID
private int surfaceInterpolation
Constructor Detail |
public GM_SurfaceInterpolation_Impl()
public GM_SurfaceInterpolation_Impl(int surfaceInterpolation) throws GM_Exception
surfaceInterpolation
-
GM_Exception
Method Detail |
public int getValue()
getValue
in interface GM_SurfaceInterpolation
public java.lang.Object clone()
public boolean equals(java.lang.Object other)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |