JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV PACKAGE
NEXT PACKAGE
FRAMES
NO FRAMES
All Classes
Package com.vividsolutions.jts.algorithm.locate
Classes to determine the topological location of points in geometries.
See:
Description
Interface Summary
Interface
Description
PointOnGeometryLocator
An interface for classes which determine the
Location
of points in a
Geometry
.
Class Summary
Class
Description
IndexedPointInAreaLocator
Determines the
Location
of
Coordinate
s relative to a
Polygonal
geometry, using indexing for efficiency.
SimplePointInAreaLocator
Computes the location of points relative to a
Polygonal
Geometry
, using a simple O(n) algorithm.
Package com.vividsolutions.jts.algorithm.locate Description
Classes to determine the topological location of points in geometries.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV PACKAGE
NEXT PACKAGE
FRAMES
NO FRAMES
All Classes