Package de.hybris.platform.storelocator
Class GeometryMgrTest
- java.lang.Object
-
- de.hybris.platform.storelocator.GeometryMgrTest
-
public class GeometryMgrTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeometryMgrTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestElipticalDistanceCalculator()the following example tests the geodesy calculations.voidtestLoadedElipticalDistanceCalculator()The following test examines the behavior of the GeometryMgr.getElipticalDistanceKM() loaded with 250 multithreaded queries
-
-
-
Method Detail
-
testElipticalDistanceCalculator
public void testElipticalDistanceCalculator()
the following example tests the geodesy calculations. Here the equator's length is examined basing on the global international GPS ellipsoid model WGS84
-
testLoadedElipticalDistanceCalculator
public void testLoadedElipticalDistanceCalculator() throws java.lang.Throwable, GeoLocatorExceptionThe following test examines the behavior of the GeometryMgr.getElipticalDistanceKM() loaded with 250 multithreaded queries- Throws:
java.lang.ThrowableGeoLocatorException
-
-