public class ZCurve extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ZCurve.Transformer
Class to transform a relation to its Z coordinates.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
logger
The logger of this class.
|
Modifier | Constructor and Description |
---|---|
private |
ZCurve()
Fake Constructor - use the static methods instead!
|
private static final Logging logger
public static List<byte[]> zValues(List<double[]> valuesList)
valuesList
- the list of double valuesprivate static byte[] zValue(long[] longValues)
longValues
- the array of the discretized double values