Re: [Geotools-devel] ShapeFileDataStore should use GeometryFactory of DataStore.

2023-11-13 Thread Ian Turton
That sounds reasonable to me - a Ticket and a PR is always welcome Ian On Mon, 13 Nov 2023 at 11:09, Burkhard Strauss wrote: > I noted the following problem with class ShapeFileDataStore: > >- Current behaviour: When reading features from a ShapeFileDataStore, >the GeometryFactory is ta

[Geotools-devel] ShapeFileDataStore should use GeometryFactory of DataStore.

2023-11-13 Thread Burkhard Strauss
I noted the following problem with class ShapeFileDataStore: * Current behaviour: When reading features from a ShapeFileDataStore, the GeometryFactory is taken from Hints specified in the Query. If not present, a new default-factory is used. The GeometryFactory of the ShapeFileDataStore