X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=gps%2Fsrc%2Forg%2Fwamblee%2Fgps%2Fcoordinates%2FSphericalCoordinateSystem.java;fp=gps%2Fsrc%2Forg%2Fwamblee%2Fgpx%2FSphericalCoordinateSystem.java;h=31232302f70c1d36db8029dbf6ab324584db6c4c;hb=d4609528c385016f7247db7d486f6e9e51b5053e;hp=607c0a49a00bb23a636333582b1c93d04fa9ae60;hpb=7ed6388709cd3c2c031e3431f05bb4925a87d5a2;p=utils diff --git a/gps/src/org/wamblee/gpx/SphericalCoordinateSystem.java b/gps/src/org/wamblee/gps/coordinates/SphericalCoordinateSystem.java similarity index 98% rename from gps/src/org/wamblee/gpx/SphericalCoordinateSystem.java rename to gps/src/org/wamblee/gps/coordinates/SphericalCoordinateSystem.java index 607c0a49..31232302 100644 --- a/gps/src/org/wamblee/gpx/SphericalCoordinateSystem.java +++ b/gps/src/org/wamblee/gps/coordinates/SphericalCoordinateSystem.java @@ -14,12 +14,13 @@ * limitations under the License. */ -package org.wamblee.gpx; +package org.wamblee.gps.coordinates; import static java.lang.Math.PI; import static java.lang.Math.cos; import static java.lang.Math.sin; + /** * Represents the coordinate system for a GPS measurement identified by *