Class MercatorProjectionTest

java.lang.Object
it.tidalwave.mapviewer.spi.MercatorProjectionTest

public class MercatorProjectionTest extends Object
Author:
Fabrizio Giudici
  • Constructor Details

    • MercatorProjectionTest

      public MercatorProjectionTest()
  • Method Details

    • test_coordinatesToMapPoint

      public void test_coordinatesToMapPoint(int tileSize, int zoom, MapCoordinates coordinates, MapPoint point)
    • test_maPointToCoordinates

      public void test_maPointToCoordinates(int tileSize, int zoom, MapCoordinates coordinates, MapPoint point)
    • coordinates

      @DataProvider public Object[][] coordinates()