public class ExtendedGeotoolsFunctionFactory extends GeoToolsFunctionFactory
Constructor and Description |
---|
ExtendedGeotoolsFunctionFactory() |
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.FunctionFactory
getFunctionNames
in class GeoToolsFunctionFactory
public 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.FunctionFactory
function
in class GeoToolsFunctionFactory
public 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.FunctionFactory
function
in class GeoToolsFunctionFactory
This work is licensed under a Creative Commons Attribution 4.0 International License.