01: package net.refractions.udig.project.geoselection; 02: 03: /** 04: * To be used later. 05: * 06: * @author Vitalus 07: */ 08: public abstract class AbstractGeoSelection implements IGeoSelection { 09: 10: }