public class INTERPOLATE extends GTSStackFunction
| Constructor and Description |
|---|
INTERPOLATE(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
gtsOp(java.util.Map<java.lang.String,java.lang.Object> params,
GeoTimeSerie gts)
Method to apply to individual GTS instances
|
static GeoTimeSerie |
interpolate(GeoTimeSerie gts) |
protected java.util.Map<java.lang.String,java.lang.Object> |
retrieveParameters(WarpScriptStack stack)
Method which extracts the parameters from the top of the stack
|
applygetName, refSnapshot, setName, toStringprotected java.util.Map<java.lang.String,java.lang.Object> retrieveParameters(WarpScriptStack stack) throws WarpScriptException
GTSStackFunctionretrieveParameters in class GTSStackFunctionWarpScriptExceptionprotected java.lang.Object gtsOp(java.util.Map<java.lang.String,java.lang.Object> params,
GeoTimeSerie gts)
throws WarpScriptException
GTSStackFunctiongtsOp in class GTSStackFunctionWarpScriptExceptionpublic static GeoTimeSerie interpolate(GeoTimeSerie gts)