public class PolygonLabelFunctionFactory extends Object implements FunctionFactory
Constructor and Description |
---|
PolygonLabelFunctionFactory() |
Modifier and Type | Method and Description |
---|---|
Function |
function(Name name,
List<Expression> args,
Literal fallback)
Returns a function with the specified name.
|
Function |
function(String name,
List<Expression> args,
Literal fallback)
Returns a function with the specified name.
|
List<FunctionName> |
getFunctionNames()
Returns the list of function names the factory provides.
|
public List<FunctionName> getFunctionNames()
FunctionFactory
getFunctionNames
in interface FunctionFactory
public Function function(String name, List<Expression> args, Literal fallback)
FunctionFactory
function
in interface FunctionFactory
name
- The name of the functionargs
- Variable list of expression arguments for the function.fallback
- A fallback literal to use in cases where the function does not exist or can
not be created. This argument may be null
.public Function function(Name name, List<Expression> args, Literal fallback)
FunctionFactory
function
in interface FunctionFactory
name
- The name of the functionargs
- Variable list of expression arguments for the function.fallback
- A fallback literal to use in cases where the function does not exist or can
not be created. This argument may be null
.Copyright © 1996–2019 Geotools. All rights reserved.