public class ExpressionBuilderBase.ConfigBase extends Object implements ExpressionBuilder.Config
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
values |
attribute_crs, constant_false, constant_true, Find_SRID, geometry_type_support, group, has_spatial_functions, isNull, lcase, notIsNull, operator_add, operator_AND, operator_concat, operator_div, operator_EQ, operator_GE, operator_GT, operator_ILIKE, operator_LE, operator_LIKE, operator_LT, operator_mult, operator_NE, operator_not, operator_OR, operator_subst, quote_for_identifiers, quote_for_strings, ST_AsBinary, ST_AsEWKB, ST_AsText, ST_Contains, ST_Crosses, ST_Disjoint, ST_Envelope, ST_Equals, ST_GeomFromEWKB, ST_GeomFromText, ST_GeomFromWKB, ST_Intersects, ST_IsClosed, ST_Overlaps, ST_Simplify, ST_SRID, ST_Touches, ST_Within, support_schemas, ucase
Constructor and Description |
---|
ConfigBase() |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name) |
boolean |
getBoolean(String name) |
ExpressionBuilder.GeometrySupportType |
getGeometryTypeSupport() |
String |
getString(String name) |
boolean |
has_functionality(String functionality) |
boolean |
has_spatial_functions() |
void |
remove_functionality(String functionality) |
void |
set(String name,
Object value) |
public boolean has_functionality(String functionality)
has_functionality
in interface ExpressionBuilder.Config
public void remove_functionality(String functionality)
remove_functionality
in interface ExpressionBuilder.Config
public boolean has_spatial_functions()
has_spatial_functions
in interface ExpressionBuilder.Config
public ExpressionBuilder.GeometrySupportType getGeometryTypeSupport()
getGeometryTypeSupport
in interface ExpressionBuilder.Config
public boolean getBoolean(String name)
getBoolean
in interface ExpressionBuilder.Config
public String getString(String name)
getString
in interface ExpressionBuilder.Config
public Object get(String name)
get
in interface ExpressionBuilder.Config
public void set(String name, Object value)
set
in interface ExpressionBuilder.Config