Package org.locationtech.jtsexample.technique
package org.locationtech.jtsexample.technique
-
ClassesClassDescriptionShows a technique for identifying the location of self-intersections in a non-simple LineString.Deprecated.It is now recommended to use Geometry.union() (unary union) instead of this technique.A spatial index which indexes
PreparedGeometry
s created from a set ofGeometry
s.Demonstrates use ofPreparedGeometry
s in a spatial index to optimize spatial search.