Package org.h2gis.utilities.jts_utils
Class Voronoi.ReplaceZ
- java.lang.Object
-
- org.h2gis.utilities.jts_utils.Voronoi.ReplaceZ
-
-
Constructor Summary
Constructors Constructor Description ReplaceZ()
-
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
-
-