public class GeoToolsFunctionFactory extends Object implements org.geotools.filter.FunctionFactory
| Constructor and Description |
|---|
GeoToolsFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.opengis.filter.expression.Function |
function(org.opengis.feature.type.Name name,
List<org.opengis.filter.expression.Expression> args,
org.opengis.filter.expression.Literal fallback) |
org.opengis.filter.expression.Function |
function(String name,
List<org.opengis.filter.expression.Expression> args,
org.opengis.filter.expression.Literal fallback) |
List<org.opengis.filter.capability.FunctionName> |
getFunctionNames() |
public List<org.opengis.filter.capability.FunctionName> getFunctionNames()
getFunctionNames in interface org.geotools.filter.FunctionFactorypublic org.opengis.filter.expression.Function function(String name, List<org.opengis.filter.expression.Expression> args, org.opengis.filter.expression.Literal fallback)
function in interface org.geotools.filter.FunctionFactorypublic org.opengis.filter.expression.Function function(org.opengis.feature.type.Name name,
List<org.opengis.filter.expression.Expression> args,
org.opengis.filter.expression.Literal fallback)
function in interface org.geotools.filter.FunctionFactoryThis work is licensed under a Creative Commons Attribution 4.0 International License.