/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package utils;

/**
 *
 * @author Brad
 */
public class Constants {
    public static final String STATION_IDX = "wind_idx";
    public static final String COUNTRY = "country";
    public static final String STATE = "state";
    public static final String STATIONID = "stationId";
    public static final String STATIONX = "stationX";
    public static final String STATIONY = "stationY";
    public static final String STARTIDX = "startidx";
    public static final String ENDIDX = "endidx";
    public static final String STATIONS = "stations";
    public static final String NAME = "name";
    
}
