Toggle navigation
JarYard
Browse
Search
About
Groups
com.vividsolutions
jts-core
1.14.0
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
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.