Uses of Interface
org.locationtech.jts.geom.CoordinateFilter
-
Packages that use CoordinateFilter Package Description org.locationtech.jts.algorithm.distance Classes to compute distance metrics between geometries.org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.operation.buffer.validate Classes to perform validation of the results of buffer operations.org.locationtech.jts.util Contains support classes for the Java Topology Suite. -
-
Uses of CoordinateFilter in org.locationtech.jts.algorithm.distance
Classes in org.locationtech.jts.algorithm.distance that implement CoordinateFilter Modifier and Type Class Description static class
DiscreteHausdorffDistance.MaxPointDistanceFilter
-
Uses of CoordinateFilter in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type CoordinateFilter Modifier and Type Method Description abstract void
Geometry. apply(CoordinateFilter filter)
Performs an operation with or on thisGeometry
's coordinates.void
GeometryCollection. apply(CoordinateFilter filter)
void
LineString. apply(CoordinateFilter filter)
void
Point. apply(CoordinateFilter filter)
void
Polygon. apply(CoordinateFilter filter)
-
Uses of CoordinateFilter in org.locationtech.jts.operation.buffer.validate
Classes in org.locationtech.jts.operation.buffer.validate that implement CoordinateFilter Modifier and Type Class Description static class
BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
-
Uses of CoordinateFilter in org.locationtech.jts.util
Classes in org.locationtech.jts.util that implement CoordinateFilter Modifier and Type Class Description class
CoordinateArrayFilter
ACoordinateFilter
that creates an array containing every coordinate in aGeometry
.class
CoordinateCountFilter
ACoordinateFilter
that counts the total number of coordinates in aGeometry
.class
UniqueCoordinateArrayFilter
ACoordinateFilter
that extracts a unique array ofCoordinate
s.
-