public class GEOCELLTO extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Constructor and Description |
|---|
GEOCELLTO(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
static java.lang.String |
geocellToHHCodePrefix(long geocell)
Converts a geocell (4 bits resolution + 60 bits hhcode) to an HHCode prefix String whose resolution is implicitly
given by the length of the String.
|
getName, refSnapshot, setName, toStringpublic java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic static java.lang.String geocellToHHCodePrefix(long geocell)
geocell - The geocell to convert.