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.
Provides classes for analyzing and
manipulating the precision of Geometries.
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.precision
Classes in org.locationtech.jts.precision that implement CoordinateFilterModifier and TypeClassDescription(package private) static class
private static 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 builds a set ofCoordinate
s. -
Uses of CoordinateFilter in org.locationtech.jtstest.testbuilder.topostretch
Classes in org.locationtech.jtstest.testbuilder.topostretch that implement CoordinateFilterModifier and TypeClassDescriptionprivate static class