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 Summary
Constructors Constructor Description UpdateZValue(double z)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(org.locationtech.jts.geom.CoordinateSequence seq, int i)booleanisDone()booleanisGeometryChanged()
-
-
-
Method Detail
-
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
-
-