Uses of Class
org.h2gis.utilities.jts_utils.TriMarkers
-
Packages that use TriMarkers Package Description org.h2gis.utilities.jts_utils -
-
Uses of TriMarkers in org.h2gis.utilities.jts_utils
Methods in org.h2gis.utilities.jts_utils that return types with arguments of type TriMarkers Modifier and Type Method Description static Map<Short,Deque<TriMarkers>>Contouring. processTriangle(TriMarkers triangleData, List<Double> isoLvls)Methods in org.h2gis.utilities.jts_utils with parameters of type TriMarkers Modifier and Type Method Description static Map<Short,Deque<TriMarkers>>Contouring. processTriangle(TriMarkers triangleData, List<Double> isoLvls)static booleanContouring. splitInterval(double beginIncluded, double endExcluded, TriMarkers currentTriangle, Deque<TriMarkers> outsideTriangles, Deque<TriMarkers> intervalTriangles)Use interval to split the triangle into severals onesMethod parameters in org.h2gis.utilities.jts_utils with type arguments of type TriMarkers Modifier and Type Method Description static booleanContouring. splitInterval(double beginIncluded, double endExcluded, TriMarkers currentTriangle, Deque<TriMarkers> outsideTriangles, Deque<TriMarkers> intervalTriangles)Use interval to split the triangle into severals ones
-