| |
|
| java.lang.Object org.deegree.model.spatialschema.SurfaceInterpolationImpl
SurfaceInterpolationImpl | public class SurfaceInterpolationImpl implements SurfaceInterpolation,Serializable(Code) | | default implementation of the SurfaceInterpolation interface from the package jago.model.
------------------------------------------------------------
version: 11.6.2001 author: Andreas Poth |
Method Summary | |
public Object | clone() | public boolean | equals(Object other) checks if this surface is completly equal to the submitted geometry. | public int | getValue() |
SurfaceInterpolationImpl | public SurfaceInterpolationImpl()(Code) | | Creates a new SurfaceInterpolationImpl object.
|
SurfaceInterpolationImpl | public SurfaceInterpolationImpl(int surfaceInterpolation) throws GeometryException(Code) | | Creates a new SurfaceInterpolationImpl object.
Parameters: surfaceInterpolation - throws: GeometryException - |
clone | public Object clone()(Code) | | returns a deep copy of the geometry
|
equals | public boolean equals(Object other)(Code) | | checks if this surface is completly equal to the submitted geometry.
|
getValue | public int getValue()(Code) | | |
|
|
|