Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.2.M2
-
Fix Version/s: None
-
Component/s: unsupported
-
Labels:None
Description
PointArray are crucial in J2D-renderer implementation. They make abstraction of the underlying data storage (float[], JTS coordinate sequence, disk storage, compressed data, etc.). The whole J2D-renderer geometric objects are build on top of them. The org.geotools.renderer.array package need to be ported as an org.geotools.geometry.array package and PointArray2D must implements org.opengis.spatialschema.geometry.geometry.PointArray.