Package org.locationtech.jts.operation.distance


package org.locationtech.jts.operation.distance
Provides classes for computing the distance between geometries
  • Classes
    Class
    Description
    A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list.
    Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list
    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).
    Represents a sequence of facets (points or line segments) of a Geometry specified by a subsequence of a CoordinateSequence.
     
    Represents the location of a point on a Geometry.
    Computes the distance between the facets (segments and vertices) of two Geometrys using a Branch-and-Bound algorithm.