SuperMap.Web.iServerJava6R.SpatialAnalyst.InterpolationRBFAnalystParameters.InterpolationRBFAnalystParameters C# (CSharp) Method

InterpolationRBFAnalystParameters() public method

${iServerJava6R_InterpolationRBFAnalystParameters_constructor_D}
public InterpolationRBFAnalystParameters ( ) : System
return System
        public InterpolationRBFAnalystParameters()
            : base()
        {
            ExpectedCount = 12;
            Smooth = 0.1;
            Tension = 40;
            MaxPointCountForInterpolation = 200;
            MaxPointCountInNode = 50;
            ZValueScale = 1;
        }
InterpolationRBFAnalystParameters