Uses of Interface
org.locationtech.jts.geom.CoordinateFilter
-
Packages that use CoordinateFilter Package Description org.locationtech.jts.geom org.locationtech.jts.util -
-
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 voidGeometry. apply(CoordinateFilter filter)Performs an operation with or on thisGeometry's coordinates.voidGeometryCollection. apply(CoordinateFilter filter)voidLineString. apply(CoordinateFilter filter)voidPoint. apply(CoordinateFilter filter)voidPolygon. apply(CoordinateFilter filter) -
Uses of CoordinateFilter in org.locationtech.jts.util
Classes in org.locationtech.jts.util that implement CoordinateFilter Modifier and Type Class Description classUniqueCoordinateArrayFilterACoordinateFilterthat builds a set ofCoordinates.
-