com.supermap.analyst.spatialanalyst
Class SmoothMethod
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.analyst.spatialanalyst.SmoothMethod
-
public class SmoothMethod extends Enum
-
-
Field Summary
Fields Modifier and Type Field and Description static SmoothMethod
BSPLINE
BSpline 0B spline methodstatic SmoothMethod
NONE
Not processedstatic SmoothMethod
POLISH
Polish 1.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getTitle()
java.lang.String
toString()
Returns the name of the enumeration constant.
-
-
-
Field Detail
-
NONE
public static final SmoothMethod NONE
Not processed
-
BSPLINE
public static final SmoothMethod BSPLINE
BSpline 0B spline method
-
POLISH
public static final SmoothMethod POLISH
Polish 1. Angle grinding method
-
-