Uses of Interface
org.locationtech.jts.geom.CoordinateSequenceFilter
-
Packages that use CoordinateSequenceFilter 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.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.operation.buffer.validate Classes to perform validation of the results of buffer operations.org.locationtech.jts.precision Provides classes for analyzing and manipulating the precision of Geometries. -
-
Uses of CoordinateSequenceFilter in org.locationtech.jts.algorithm.distance
Classes in org.locationtech.jts.algorithm.distance that implement CoordinateSequenceFilter Modifier and Type Class Description static class
DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
-
Uses of CoordinateSequenceFilter in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type CoordinateSequenceFilter Modifier and Type Method Description abstract void
Geometry. apply(CoordinateSequenceFilter filter)
Performs an operation on the coordinates in thisGeometry
'sCoordinateSequence
s.void
GeometryCollection. apply(CoordinateSequenceFilter filter)
void
LineString. apply(CoordinateSequenceFilter filter)
void
Point. apply(CoordinateSequenceFilter filter)
void
Polygon. apply(CoordinateSequenceFilter filter)
-
Uses of CoordinateSequenceFilter in org.locationtech.jts.geom.util
Classes in org.locationtech.jts.geom.util that implement CoordinateSequenceFilter Modifier and Type Class Description class
AffineTransformation
Represents an affine transformation on the 2D Cartesian plane. -
Uses of CoordinateSequenceFilter in org.locationtech.jts.operation.buffer.validate
Classes in org.locationtech.jts.operation.buffer.validate that implement CoordinateSequenceFilter Modifier and Type Class Description static class
BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
-
Uses of CoordinateSequenceFilter in org.locationtech.jts.precision
Classes in org.locationtech.jts.precision that implement CoordinateSequenceFilter Modifier and Type Class Description class
CoordinatePrecisionReducerFilter
Reduces the precision of theCoordinate
s in aCoordinateSequence
to match the suppliedPrecisionModel
.
-