package org.argeo.gis.ui; import org.geotools.map.MapContext; public interface MapContextProvider { public MapContext getMapContext(); }