Package nz.org.riskscape.engine.function
Class GeometryUnaryPredicateFunction
java.lang.Object
nz.org.riskscape.engine.function.GeometryUnaryPredicateFunction
- All Implemented Interfaces:
AutoCloseable,nz.org.riskscape.engine.function.RiskscapeFunction,nz.org.riskscape.engine.function.UntypedFunction
public class GeometryUnaryPredicateFunction
extends Object
implements nz.org.riskscape.engine.function.RiskscapeFunction
-
Field Summary
Fields inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
BUILT_IN, LOG -
Constructor Summary
ConstructorsConstructorDescriptionGeometryUnaryPredicateFunction(Predicate<org.locationtech.jts.geom.Geometry> predicate) -
Method Summary
Modifier and TypeMethodDescriptionstatic nz.org.riskscape.engine.function.IdentifiedFunctionList<nz.org.riskscape.engine.types.Type>nz.org.riskscape.engine.types.TypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
builtin, close, getAggregationFunction, getArguments, getOverloaded, getRealizable, getTypesFromArguments, identified, identified, isA, setProblemReporter, validate
-
Constructor Details
-
GeometryUnaryPredicateFunction
-
-
Method Details
-
create
-
call
- Specified by:
callin interfacenz.org.riskscape.engine.function.UntypedFunction
-
getArgumentTypes
- Specified by:
getArgumentTypesin interfacenz.org.riskscape.engine.function.RiskscapeFunction
-
getReturnType
public nz.org.riskscape.engine.types.Type getReturnType()- Specified by:
getReturnTypein interfacenz.org.riskscape.engine.function.RiskscapeFunction
-