Details
Description
The org.geotools.gml.producer.GeometryTransformer and org.geotools.gml.producer.CoordinateWriter classes use coordinate[] to encode gml2 coordinate sequences. This prevents optimized JTS CoordinateSequences to provide any performance boost.
Add a method to CoordinateWriter that overloads writeCoordinates(Coordinate[] c, ContentHandler output) with a CoordinateSequence instead
Issue Links
| This issue is depended upon by: | ||||
| GEOS-1869 | Use Hints.JTS_COORDINATE_SEQUENCE_FACTORY un WFS GetFeature queries and CoordinateSequence in the encoder |
|
|
|