Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New
Description
The instantiation of XYZSolid-family objects is currently done through a factory method in GeoAreaFactory. For consistency, there should be the following:
- underlying interface called XYZSolid, which extends GeoArea
- a XYZSolidFactory factory class, that instantiates XYZSolid objects
- reference to XYZSolidFactory.makeXYZSolid() from within GeoAreaFactory