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

Field Summary
static int BICUBIC
           
static int BILINEAR
           
static int BIQUADRATIC
           
static int CONIC
           
static int ELLIPTICAL
           
static int NONE
           
static int PLANAR
           
static int POLYNOMIALSPLINE
           
static int RATIONALSPLINE
           
static int SPHERICAL
           
static int TIN
           
static int TRIANGULATEDSOLINE
           
 
Method Summary
 int getValue()
           
 

Field Detail

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
Method Detail

getValue

public int getValue()