package com.revolsys.geometry.cs; public interface Authority { String getCode(); String getName(); }