package seng302; /** * Constants that are used throughout the program * Created by Erika on 19-Mar-17. */ public class Constants { public static final int NMToMetersConversion = 1852; // 1 nautical mile = 1852 meters }