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 theGeometryinterface 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 classDiscreteHausdorffDistance.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 voidGeometry. apply(CoordinateSequenceFilter filter)Performs an operation on the coordinates in thisGeometry'sCoordinateSequences.voidGeometryCollection. apply(CoordinateSequenceFilter filter)voidLineString. apply(CoordinateSequenceFilter filter)voidPoint. apply(CoordinateSequenceFilter filter)voidPolygon. 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 classAffineTransformationRepresents 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 classBufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter -
Uses of CoordinateSequenceFilter in org.locationtech.jts.precision
Classes in org.locationtech.jts.precision that implement CoordinateSequenceFilter Modifier and Type Class Description classCoordinatePrecisionReducerFilterReduces the precision of theCoordinates in aCoordinateSequenceto match the suppliedPrecisionModel.
-