org.deegree.model.geometry
Interface GM_SurfaceInterpolation
- All Known Implementing Classes:
- GM_SurfaceInterpolation_Impl
- public interface GM_SurfaceInterpolation
Defining the different kind of surface interpolation known by
the iso geometry modell.
-----------------------------------------------------
- Version:
- $Revision: 1.1.1.1 $ $Date: 2002/09/25 16:01:49 $
- Author:
- Andreas Poth
NONE
public static final int NONE
- See Also:
- Constant Field Values
PLANAR
public static final int PLANAR
- See Also:
- Constant Field Values
SPHERICAL
public static final int SPHERICAL
- See Also:
- Constant Field Values
ELLIPTICAL
public static final int ELLIPTICAL
- See Also:
- Constant Field Values
CONIC
public static final int CONIC
- See Also:
- Constant Field Values
TIN
public static final int TIN
- See Also:
- Constant Field Values
BILINEAR
public static final int BILINEAR
- See Also:
- Constant Field Values
BIQUADRATIC
public static final int BIQUADRATIC
- See Also:
- Constant Field Values
BICUBIC
public static final int BICUBIC
- See Also:
- Constant Field Values
POLYNOMIALSPLINE
public static final int POLYNOMIALSPLINE
- See Also:
- Constant Field Values
RATIONALSPLINE
public static final int RATIONALSPLINE
- See Also:
- Constant Field Values
TRIANGULATEDSOLINE
public static final int TRIANGULATEDSOLINE
- See Also:
- Constant Field Values
getValue
public int getValue()