public class ContourBuilder extends Object
| Constructor and Description | 
|---|
ContourBuilder(ReadableTriangulation triangulation)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.locationtech.jts.geom.MultiPolygon | 
computeIsoline(double z0,
              Collection<ReadableQuadEdge> seedEdges)  | 
org.locationtech.jts.geom.MultiPolygon | 
computeIsoline(ToIntBiFunction<org.locationtech.jts.triangulate.quadedge.Vertex,org.locationtech.jts.triangulate.quadedge.Vertex> cut,
              Collection<ReadableQuadEdge> seedEdges)  | 
public ContourBuilder(ReadableTriangulation triangulation)
public org.locationtech.jts.geom.MultiPolygon computeIsoline(double z0,
                                                             Collection<ReadableQuadEdge> seedEdges)
public org.locationtech.jts.geom.MultiPolygon computeIsoline(ToIntBiFunction<org.locationtech.jts.triangulate.quadedge.Vertex,org.locationtech.jts.triangulate.quadedge.Vertex> cut, Collection<ReadableQuadEdge> seedEdges)
Copyright © 2012–2022. All rights reserved.