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 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.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 TypeClassDescriptionclassACoordinateFilterthat creates an array containing every coordinate in aGeometry.classACoordinateFilterthat counts the total number of coordinates in aGeometry.classACoordinateFilterthat extracts a unique array ofCoordinates.