Class GeometryExtrude.UpdateZValue

java.lang.Object
org.h2gis.functions.spatial.volume.GeometryExtrude.UpdateZValue
All Implemented Interfaces:
org.locationtech.jts.geom.CoordinateSequenceFilter
Enclosing class:
GeometryExtrude

public static class GeometryExtrude.UpdateZValue extends Object implements org.locationtech.jts.geom.CoordinateSequenceFilter
Update the z value.
  • Constructor Details

    • UpdateZValue

      public UpdateZValue(double z)
  • Method Details

    • 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