package seamap;

import java.awt.geom.Point2D;

import seamap.SeaMap.*;

public interface MapHelper {
	Point2D getPoint(Snode coord);
}
