public class Contouring extends Object
| Constructor and Description |
|---|
Contouring() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Short,Deque<TriMarkers>> |
processTriangle(TriMarkers triangleData,
List<Double> isoLvls) |
static boolean |
splitInterval(double beginIncluded,
double endExcluded,
TriMarkers currentTriangle,
Deque<TriMarkers> outsideTriangles,
Deque<TriMarkers> intervalTriangles)
Use interval to split the triangle into severals ones
|
public static boolean splitInterval(double beginIncluded,
double endExcluded,
TriMarkers currentTriangle,
Deque<TriMarkers> outsideTriangles,
Deque<TriMarkers> intervalTriangles)
throws org.locationtech.jts.geom.TopologyException
org.locationtech.jts.geom.TopologyExceptionpublic static Map<Short,Deque<TriMarkers>> processTriangle(TriMarkers triangleData, List<Double> isoLvls) throws org.locationtech.jts.geom.TopologyException
triangleData - Triangle Coordinates and Marker valuesisoLvls - Iso level to extract.org.locationtech.jts.geom.TopologyExceptionCopyright © 2019 CNRS. All rights reserved.