View Javadoc
1   package au.gov.amsa.ais.router.model;
2   
3   public interface Region {
4       boolean contains(float lat, float lon);
5   }