public class Function
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Function |
AREA |
double |
arg
Optional function double argument (used for buffer)
|
int[] |
args
Option function arguments (used for substring)
|
static Function |
BNOF |
static Function[] |
BOOLEAN_FUNCTIONS
Functions to be applied to Boolean attributes (currently not possible)
|
static Function |
BUFF |
static Function |
CENT |
static Function[] |
DATE_FUNCTIONS
Functions to be applied to Date attributes (currently not possible)
|
static Function |
DDAY |
static Function |
DNOF |
static Function |
DYEA |
static Function |
EMPT |
static Function[] |
GEOMETRIC_FUNCTIONS
Functions to be applied to Geometry attributes
|
static Function |
GNOF |
static Function |
ISNULL |
static Function |
LENG |
static Function |
NBPA |
static Function |
NBPT |
static Function |
NNOF |
static Function[] |
NUMERIC_FUNCTIONS
Functions to be applied to numeric attributes
|
static Function |
SIMP |
static Function |
SNOF |
static Function[] |
STRING_FUNCTIONS
Functions to be applied to String attributes
|
static Function |
SUBS |
static Function |
TRIM |
char |
type
Returned type : B=boolean, N=numeric, S=string, E=enumeration, G=geometric
|
static Function |
VALI |
Constructor and Description |
---|
Function(java.lang.String key,
char type) |
Function(java.lang.String key,
char type,
double arg) |
Function(java.lang.String key,
char type,
int[] args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public char type
public int[] args
public double arg
public static final Function ISNULL
public static final Function BNOF
public static final Function DDAY
public static final Function DYEA
public static final Function DNOF
public static final Function NNOF
public static final Function SNOF
public static final Function TRIM
public static final Function SUBS
public static final Function LENG
public static final Function GNOF
public static final Function AREA
public static final Function NBPT
public static final Function NBPA
public static final Function BUFF
public static final Function CENT
public static final Function EMPT
public static final Function SIMP
public static final Function VALI
public static Function[] BOOLEAN_FUNCTIONS
public static Function[] DATE_FUNCTIONS
public static Function[] NUMERIC_FUNCTIONS
public static Function[] STRING_FUNCTIONS
public static Function[] GEOMETRIC_FUNCTIONS