1 package org.catacomb.be; 2 3 4 public interface XYLocated { 5 6 7 XYLocation getXYLocation(); 8 9 10 }