A  C  D  E  G  N  P  S  T  V  W 

A

add(Geometry) - Method in interface de .topobyte .jts .indexing . GeometryTesselation
Add the specified geometry to the tesselation.
add(Geometry, T) - Method in class de .topobyte .jts .indexing . GeometryTesselationMap
Add geom to the tesselation and map thing to this geometry.
add(Geometry, T) - Method in class de .topobyte .jts .indexing . NearestNeighbourTesselation
 
add(Geometry) - Method in class de .topobyte .jts .indexing . PreparedGeometryTesselation
 
add(Geometry) - Method in class de .topobyte .jts .indexing . SimpleGeometryTesselation
 

C

createTesselation(boolean) - Static method in class de .topobyte .jts .indexing . GeometryTesselationFactory
 

D

de.topobyte.jts.indexing - package de.topobyte.jts.indexing
 

E

Entry(Geometry, S) - Constructor for class de .topobyte .jts .indexing . NearestNeighbourTesselation.Entry
 

G

GeometryTesselation - Interface in de.topobyte.jts.indexing
 
GeometryTesselationFactory - Class in de.topobyte.jts.indexing
 
GeometryTesselationFactory() - Constructor for class de .topobyte .jts .indexing . GeometryTesselationFactory
 
GeometryTesselationMap < T> - Class in de.topobyte.jts.indexing
A more useful extension of GeometryTesselation that allows a value to be mapped to each added geometry.
GeometryTesselationMap() - Constructor for class de .topobyte .jts .indexing . GeometryTesselationMap
 
GeometryTesselationMap(boolean) - Constructor for class de .topobyte .jts .indexing . GeometryTesselationMap
 
getData() - Method in class de .topobyte .jts .indexing . NearestNeighbourTesselation.Entry
 
getGeometry() - Method in class de .topobyte .jts .indexing . NearestNeighbourTesselation.Entry
 

N

NearestNeighbourTesselation < T> - Class in de.topobyte.jts.indexing
A collection of Geometries.
NearestNeighbourTesselation() - Constructor for class de .topobyte .jts .indexing . NearestNeighbourTesselation
Create an empty tesselation.
NearestNeighbourTesselation.Entry < S> - Class in de.topobyte.jts.indexing
 

P

PreparedGeometryTesselation - Class in de.topobyte.jts.indexing
A collection of Geometries.
PreparedGeometryTesselation() - Constructor for class de .topobyte .jts .indexing . PreparedGeometryTesselation
Create an empty tesselation.

S

SimpleGeometryTesselation - Class in de.topobyte.jts.indexing
A collection of Geometries.
SimpleGeometryTesselation() - Constructor for class de .topobyte .jts .indexing . SimpleGeometryTesselation
Create an empty tesselation.

T

test(Point) - Method in interface de .topobyte .jts .indexing . GeometryTesselation
Retrieve the set of Geometries that this point is covered by.
test(Point) - Method in class de .topobyte .jts .indexing . GeometryTesselationMap
Return the set of values, whose associated geometries cover the given point.
test(Point) - Method in class de .topobyte .jts .indexing . PreparedGeometryTesselation
 
test(Point) - Method in class de .topobyte .jts .indexing . SimpleGeometryTesselation
 
testForIntersection(Geometry) - Method in interface de .topobyte .jts .indexing . GeometryTesselation
Return all geometries of this tesselation that intersect the given testing geometry.
testForIntersection(Geometry) - Method in class de .topobyte .jts .indexing . PreparedGeometryTesselation
 
testForIntersection(Geometry) - Method in class de .topobyte .jts .indexing . SimpleGeometryTesselation
 
testForIntersections(Geometry) - Method in class de .topobyte .jts .indexing . GeometryTesselationMap
Return the set of values, whose associated geometries intersect the given geometry.

V

values() - Method in class de .topobyte .jts .indexing . GeometryTesselationMap
 

W

within(Coordinate, double, double) - Method in class de .topobyte .jts .indexing . NearestNeighbourTesselation
 
A  C  D  E  G  N  P  S  T  V  W