AlbersEqualAreaEllipse p2 = (AlbersEqualAreaEllipse) p.constructCopy();
assert p.equals(p2);
}
public void utestLCCE() {
testProjectionLonMax(new LambertConformalConicEllipse(), 360, 80);
LambertConformalConicEllipse p = new LambertConformalConicEllipse();
LambertConformalConicEllipse p2 = (LambertConformalConicEllipse) p.constructCopy();
assert p.equals(p2);
}