Class ToRelation
java.lang.Object
nz.org.riskscape.engine.function.BaseRealizableFunction
nz.org.riskscape.engine.function.geometry.ToRelation
- All Implemented Interfaces:
nz.org.riskscape.engine.rl.RealizableFunction
public class ToRelation
extends nz.org.riskscape.engine.function.BaseRealizableFunction
RiskScape function for tapping in to TypedCoverage.asRelation() to allow the data within a coverage to be
processed as tuples.
-
Nested Class Summary
Nested classes/interfaces inherited from interface nz.org.riskscape.engine.rl.RealizableFunction
nz.org.riskscape.engine.rl.RealizableFunction.MetadataIdentifiedRealizableFunction -
Field Summary
Fields inherited from class nz.org.riskscape.engine.function.BaseRealizableFunction
arguments, returnType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nz.org.riskscape.engine.function.BaseRealizableFunction
asFunction, builtin, getArguments, getReturnType, identified, realizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.rl.RealizableFunction
isDoTypeAdaptation
-
Constructor Details
-
ToRelation
public ToRelation()
-
-
Method Details
-
build
protected nz.org.riskscape.engine.function.RiskscapeFunction build(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.rl.ast.FunctionCall functionCall, List<nz.org.riskscape.engine.types.Type> givenTypes) throws nz.org.riskscape.problem.ProblemException - Overrides:
buildin classnz.org.riskscape.engine.function.BaseRealizableFunction- Throws:
nz.org.riskscape.problem.ProblemException
-