public class ERCWellCheck
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ERCWellCheck.WellCheckPreferences |
Modifier and Type | Method and Description |
---|---|
static void |
analyzeCurCell(GeometryHandler.GHMode newAlgorithm)
Method to analyze the current Cell for well errors.
|
static int |
checkERCWell(Cell cell,
GeometryHandler.GHMode newAlgorithm,
ERCWellCheck.WellCheckPreferences wellPrefs)
Method used by the regressions.
|
public static void analyzeCurCell(GeometryHandler.GHMode newAlgorithm)
public static int checkERCWell(Cell cell, GeometryHandler.GHMode newAlgorithm, ERCWellCheck.WellCheckPreferences wellPrefs)
cell
- the Cell to well-check.newAlgorithm
- the geometry algorithm to use.