public class FillerValue extends NamedWarpScriptFunction implements WarpScriptFillerFunction, SNAPSHOT.Snapshotable
| Modifier and Type | Class and Description |
|---|---|
static class |
FillerValue.Builder |
| Constructor and Description |
|---|
FillerValue(java.lang.String name,
long latlon,
long elev,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
apply(java.lang.Object[] args)
This method will determine the tick,loc,elev,value to fill
with.
|
int |
getPostWindow()
Returns the size of the post-window (in ticks)
|
int |
getPreWindow()
Returns the size of the pre-window (in number of ticks)
|
java.lang.String |
snapshot() |
java.lang.String |
toString() |
getName, refSnapshot, setNamepublic FillerValue(java.lang.String name,
long latlon,
long elev,
java.lang.Object value)
throws WarpScriptException
WarpScriptExceptionpublic java.lang.Object[] apply(java.lang.Object[] args)
throws WarpScriptException
WarpScriptFillerFunctionapply in interface WarpScriptFillerFunctionWarpScriptExceptionpublic int getPostWindow()
WarpScriptFillerFunctiongetPostWindow in interface WarpScriptFillerFunctionpublic int getPreWindow()
WarpScriptFillerFunctiongetPreWindow in interface WarpScriptFillerFunctionpublic java.lang.String snapshot()
snapshot in interface SNAPSHOT.Snapshotablepublic java.lang.String toString()
toString in class NamedWarpScriptFunction