Class Voronoi.ReplaceZ

  • All Implemented Interfaces:
    org.locationtech.jts.geom.CoordinateSequenceFilter
    Enclosing class:
    Voronoi

    public static class Voronoi.ReplaceZ
    extends Object
    implements org.locationtech.jts.geom.CoordinateSequenceFilter
    Replaces the z value to each vertex of the Geometry.
    • Constructor Detail

      • ReplaceZ

        public ReplaceZ()
    • Method Detail

      • isGeometryChanged

        public boolean isGeometryChanged()
        Specified by:
        isGeometryChanged in interface org.locationtech.jts.geom.CoordinateSequenceFilter
      • isDone

        public boolean isDone()
        Specified by:
        isDone in interface org.locationtech.jts.geom.CoordinateSequenceFilter
      • filter

        public void filter​(org.locationtech.jts.geom.CoordinateSequence seq,
                           int i)
        Specified by:
        filter in interface org.locationtech.jts.geom.CoordinateSequenceFilter