Uses of Interface
org.locationtech.jts.geom.CoordinateFilter
Packages that use CoordinateFilter
Package
Description
Classes to compute distance metrics between geometries.
Contains the
Geometry
interface hierarchy and supporting classes.Classes to perform validation of the results of buffer operations.
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 -
Uses of CoordinateFilter in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type CoordinateFilterModifier and TypeMethodDescriptionabstract 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 CoordinateFilterModifier and TypeClassDescriptionstatic class
-
Uses of CoordinateFilter in org.locationtech.jts.util
Classes in org.locationtech.jts.util that implement CoordinateFilterModifier and TypeClassDescriptionclass
ACoordinateFilter
that creates an array containing every coordinate in aGeometry
.class
ACoordinateFilter
that counts the total number of coordinates in aGeometry
.class
ACoordinateFilter
that extracts a unique array ofCoordinate
s.