Also I have another doubts concerned to logic of sharing of implementation
for float [] getDashArray () and List<Expression> dashArray in StrokeImpl. I
suggest that if List<> contains only float literals then getDasharray will
return them. If List <> is empty then getDasharray will return null. And if
element of List can't be cast to float literals immediately then
getDasharray will return empty float []. This logic is not obvious, but I
have no another idea but have separate storage for floats and Expression's
which is the worst solution to my opinion. What do you think?




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/SLD-Stroke-Dasharray-Property-tp5083512p5219635.html
Sent from the geotools-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to