JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
JTS Topology Suite version 1.14
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.vividsolutions.jts.index.kdtree
Interface KdNodeVisitor
public interface
KdNodeVisitor
A visitor for
KdNode
s in a
KdTree
index.
Version:
1.7
Method Summary
Methods
Modifier and Type
Method and Description
void
visit
(
KdNode
node)
Visits a node.
Method Detail
visit
void visit(
KdNode
node)
Visits a node.
Parameters:
node
- the node to visit
Overview
Package
Class
Tree
Deprecated
Index
Help
JTS Topology Suite version 1.14
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method