What is the difference between Projection and Layer?
Created by: wangkuiyi
In pacakge layer
, there are two class hierarchies:
- one derived from class
Projection
, and - another one derived from class
Layer
What's their relationship?
It seems that usually, a hierarchy should be defined a dedicated package. Should we move the hierarchy based at Projection
to another package named projection
?