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.org.locationtech.jts.util Contains support classes for the Java Topology Suite.org.locationtech.jtstest.testbuilder.geom -
-
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 (package private) static classCommonBitsRemover.TranslaterclassCoordinatePrecisionReducerFilterReduces the precision of theCoordinates in aCoordinateSequenceto match the suppliedPrecisionModel.private static classSimpleMinimumClearance.ComputeMCCoordinateSequenceFilter -
Uses of CoordinateSequenceFilter in org.locationtech.jts.util
Classes in org.locationtech.jts.util that implement CoordinateSequenceFilter Modifier and Type Class Description private static classDebug.SegmentFindingFilter -
Uses of CoordinateSequenceFilter in org.locationtech.jtstest.testbuilder.geom
Classes in org.locationtech.jtstest.testbuilder.geom that implement CoordinateSequenceFilter Modifier and Type Class Description (package private) static classAdjacentVertexFinder.AdjacentVertexFilter(package private) static classNearestPointFinder.NearestPointFilter(package private) static classVertexLocater.NearestVertexFilter(package private) static classVertexLocater.NearVerticesFilter
-