public class MapperGeoApproximate extends NamedWarpScriptFunction implements WarpScriptMapperFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
MapperGeoApproximate.Builder |
| Constructor and Description |
|---|
MapperGeoApproximate(java.lang.String name,
int resolution)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(java.lang.Object[] args) |
java.lang.String |
toString() |
getName, refSnapshot, setNamepublic MapperGeoApproximate(java.lang.String name,
int resolution)
throws WarpScriptException
WarpScriptExceptionpublic java.lang.Object apply(java.lang.Object[] args)
throws WarpScriptException
apply in interface WarpScriptAggregatorFunctionWarpScriptExceptionpublic java.lang.String toString()
toString in class NamedWarpScriptFunction