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:
isGeometryChangedin interfaceorg.locationtech.jts.geom.CoordinateSequenceFilter
-
isDone
public boolean isDone()- Specified by:
isDonein interfaceorg.locationtech.jts.geom.CoordinateSequenceFilter
-
filter
public void filter(org.locationtech.jts.geom.CoordinateSequence seq, int i) - Specified by:
filterin interfaceorg.locationtech.jts.geom.CoordinateSequenceFilter
-