/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package usda.weru.gis.data;

import usda.weru.weps.location.CligenStation;

/**
 *
 * @author Joseph Levin <joelevin@weru.ksu.edu>
 */
public class CligenSelectArea extends SelectArea{

    public CligenSelectArea(Type type){
        super(type);
    }

    public CligenSelectArea(CligenStation station) {
        super(station);
    }


}
