Class IndexedFacetDistance.FacetSequenceDistance

java.lang.Object
org.locationtech.jts.operation.distance.IndexedFacetDistance.FacetSequenceDistance
All Implemented Interfaces:
ItemDistance
Enclosing class:
IndexedFacetDistance

private static class IndexedFacetDistance.FacetSequenceDistance extends Object implements ItemDistance
Tests whether the base geometry lies within a specified distance of the given geometry. // * @param g the geometry to test // * @param maximumDistance the maximum distance to test // * @return true if the geometry lies with the specified distance
  • Constructor Details

    • FacetSequenceDistance

      private FacetSequenceDistance()
  • Method Details