locationtech / udig-platform

uDig parent project containing all core components. More plugins can be found in community repos: http://github.com/uDig-Community
http://udig.refractions.net
190 stars 133 forks source link

Remove several deprecated functions #650

Open sschulz92 opened 2 years ago

sschulz92 commented 2 years ago

Within this PR I want to remove the following functions from the interface ILayer which are deprecated for quite a while:

  1. public boolean isSelectable();
  2. void setSelectable(boolean value);
  3. CoordinateReferenceSystem getCRS(IProgressMonitor monitor);