JTS Topology Suite version 1.12

Package com.vividsolutions.jts.operation.distance

Provides classes for computing the distance between geometries

See:
          Description

Class Summary
ConnectedElementLocationFilter A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.
ConnectedElementPointFilter Extracts a single point from each connected element in a Geometry (e.g.
DistanceOp Find two points on two Geometrys which lie within a given distance, or else are the nearest points on the geometries (in which case this also provides the distance between the geometries).
FacetSequence Represents a sequence of facets (points or line segments) of a Geometry specified by a subsequence of a CoordinateSequence.
FacetSequenceTreeBuilder  
GeometryLocation Represents the location of a point on a Geometry.
IndexedFacetDistance Computes the distance between the facets (segments and vertices) of two Geometrys using a Branch-and-Bound algorithm.
 

Package com.vividsolutions.jts.operation.distance Description

Provides classes for computing the distance between geometries


JTS Topology Suite version 1.12