Uses of Interface
org.locationtech.jts.geom.CoordinateSequenceFilter
Packages that use CoordinateSequenceFilter
Package
Description
Classes to compute distance metrics between geometries.
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Classes to perform validation of the results of buffer operations.
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 CoordinateSequenceFilterModifier and TypeClassDescriptionstatic class
-
Uses of CoordinateSequenceFilter in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type CoordinateSequenceFilterModifier and TypeMethodDescriptionabstract 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 CoordinateSequenceFilterModifier and TypeClassDescriptionclass
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 CoordinateSequenceFilterModifier and TypeClassDescriptionstatic class
-
Uses of CoordinateSequenceFilter in org.locationtech.jts.precision
Classes in org.locationtech.jts.precision that implement CoordinateSequenceFilterModifier and TypeClassDescriptionclass
Reduces the precision of theCoordinate
s in aCoordinateSequence
to match the suppliedPrecisionModel
. -
Uses of CoordinateSequenceFilter in org.locationtech.jtstest.testbuilder.geom
Classes in org.locationtech.jtstest.testbuilder.geom that implement CoordinateSequenceFilter