Uses of Interface
org.locationtech.jts.geom.CoordinateSequenceFilter
-
Packages that use CoordinateSequenceFilter Package Description org.locationtech.jts.geom org.locationtech.jts.geom.util -
-
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.
-