Package | Description |
---|---|
org.geotools.filter.expression | |
org.opengis.filter.expression |
An expression is a combination of one or more elements that
evaluate to single
Object value. |
Modifier and Type | Class and Description |
---|---|
class |
InternalVolatileFunction
|
Modifier and Type | Method and Description |
---|---|
InternalFunction |
InternalVolatileFunction.duplicate(Expression... parameters)
This default implementation just returns
this if the number of expected parameters is
zero, otherwise throws an IllegalArgumentException . |
Modifier and Type | Method and Description |
---|---|
InternalFunction |
InternalFunction.duplicate(Expression... parameters)
Factory method to return a new instance of its own kind that works on the given parameters.
|
Copyright © 1996–2022 Geotools. All rights reserved.