项目作者: topobyte

项目描述 :
Various index data structures for JTS geometries
高级语言: Java
项目地址: git://github.com/topobyte/jts-indexing.git
创建时间: 2016-09-06T13:49:49Z
项目社区:https://github.com/topobyte/jts-indexing

开源协议:

下载


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:

  1. 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