Uses of Class
org.locationtech.jts.operation.distance.FacetSequence
-
Packages that use FacetSequence Package Description org.locationtech.jts.operation.distance Provides classes for computing the distance between geometries -
-
Uses of FacetSequence in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance with parameters of type FacetSequence Modifier and Type Method Description double
FacetSequence. distance(FacetSequence facetSeq)
Computes the distance between this and another FacetSequence.GeometryLocation[]
FacetSequence. nearestLocations(FacetSequence facetSeq)
Computes the locations of the nearest points between this sequence and another sequence.
-