com.supermap.analyst.spatialanalyst

Class SmoothMethod



  • public class SmoothMethod
    extends Enum
    • Field Detail

      • BSPLINE

        public static final SmoothMethod BSPLINE
        BSpline 0B spline method
      • POLISH

        public static final SmoothMethod POLISH
        Polish 1. Angle grinding method
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: Enum
        Returns the name of the enumeration constant.
        Overrides:
        toString in class Enum
        Returns:
        the name of the enumeration constant.
      • getTitle

        public java.lang.String getTitle()