Uses of Class
org.locationtech.jts.operation.distance.FacetSequence
Packages that use FacetSequence
Package
Description
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 FacetSequenceModifier and TypeMethodDescriptiondoubleFacetSequence.distance(FacetSequence facetSeq) Computes the distance between this and another FacetSequence.FacetSequence.nearestLocations(FacetSequence facetSeq) Computes the locations of the nearest points between this sequence and another sequence.