// Created by plusminus on 17:41:55 - 16.10.2008
package org.andnav.osm.util.constants;
public interface GeoConstants {
// ===========================================================
// Final Fields
// ===========================================================
public static final int RADIUS_EARTH_METERS = 6378140;
// ===========================================================
// Methods
// ===========================================================
}