GeoTools only shows the first point of an Oracle multi-point element with gtype=2005.
For example:
For geometry:
mdsys.SDO_GEOMETRY(2005, 90112, NULL, mdsys.SDO_ELEM_INFO_ARRAY(1, 1, 1, 3, 1, 1), mdsys.SDO_ORDINATE_ARRAY(258291.227, 470961.778, 258322.659, 470961.207))
Only point (258291.227, 470961.778) is shown and not (258322.659, 470961.207).
This seems like a bug. Also in GeoServer.
MultiLineStrings (gtype=2006) and MultiPolygons (gtype=2007) are drawn correctly by GeoTools.
I use GeoTools version 12.1
Does anybody know how to solve this?