Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.4-M0
-
Fix Version/s: None
-
Component/s: geometry
-
Labels:None
Description
We currently use the JTS library directly for our geometry storage and operations.
We need to replace this direct dependance with a set of Geometry interfaces, probably those that come from the GeoAPI project.
We will still be using JTS after the creation of the interfaces, however it will be indirect.