Skip to content

topobyte/jts-indexing

Repository files navigation

About

This Java project provides various data structures for building geometric indexes for JTS geometries.

License

This library is released under the terms of the GNU Lesser General Public License.

See LGPL.md and GPL.md for details.

Download

We provide access to the artifacts via our own Maven repository:

https://mvn.topobyte.de

The packages are available at these coordinates:

de.topobyte:jts-indexing:0.3.0

You can also browse the repository online:

Changelog

0.3.0

GeometryTesselationMap

Methods have been renamed:

  • test() → covering()
  • testForIntersection() → intersecting()

New methods:

  • coveringEntries()
  • intersectingEntries()

Other

  • Introduced OptionallyPreparedGeometry and OptionallyPreparedGeometryTesselation

About

Various index data structures for JTS geometries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages