public class DelaunayIsolineBuilder<TZ> extends Object implements IsolineBuilder<TZ>
IsolineBuilder.ZMetric<TZ>
Constructor and Description |
---|
DelaunayIsolineBuilder(DelaunayTriangulation<TZ> triangulation,
IsolineBuilder.ZMetric<TZ> zMetric)
Create an object to compute isolines.
|
Modifier and Type | Method and Description |
---|---|
org.locationtech.jts.geom.Geometry |
computeIsoline(TZ z0) |
org.locationtech.jts.geom.Geometry |
getDebugGeometry() |
void |
setDebug(boolean debug) |
public DelaunayIsolineBuilder(DelaunayTriangulation<TZ> triangulation, IsolineBuilder.ZMetric<TZ> zMetric)
triangulation
- The triangulation to process. Must be closed (no edge at the border
should intersect).zMetric
- The Z metric (intersection detection and interpolation method).public void setDebug(boolean debug)
public org.locationtech.jts.geom.Geometry computeIsoline(TZ z0)
computeIsoline
in interface IsolineBuilder<TZ>
public final org.locationtech.jts.geom.Geometry getDebugGeometry()
Copyright © 2019. All rights reserved.