Package org.osm2world.viewer.view.debug

Examples of org.osm2world.viewer.view.debug.InverseDistanceWeightingInterpolatorDebugView


      initAndAddDebugView(subMenu, -1, false,
          new NaturalNeighborInterpolatorDebugView(renderOptions));
      initAndAddDebugView(subMenu, -1, false,
          new LeastSquaresInterpolatorDebugView(renderOptions));
      initAndAddDebugView(subMenu, -1, false,
          new InverseDistanceWeightingInterpolatorDebugView(renderOptions));
      initAndAddDebugView(subMenu, -1, false,
          new LinearInterpolatorDebugView(renderOptions));
     
      menu.add(subMenu);
     
View Full Code Here

TOP

Related Classes of org.osm2world.viewer.view.debug.InverseDistanceWeightingInterpolatorDebugView

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.