Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jts-dev] GeometryFactory and PrecisionModel

To me, this is sound.

If input has higher precision it needs to be simplified which often is no trivial task depending on requirements on topological consistency and geometry validity which will vary depending on what the actual data. The factory cannot make the right choice for you.

Den tis 4 sep. 2018 06:00David Smiley <david.w.smiley@xxxxxxxxx> skrev:
Why is it that the GeometryFactory does not _use_ it's PrecisionModel?  The javadocs of GF even say PM isn't used on the factory methods; so this is deliberate, but no explaination is given.  I do see the PM is used in WKTReader.  I'm guessing it has something to do with performance.

~ David
--
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
_______________________________________________
jts-dev mailing list
jts-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/jts-dev

Back to the top