Class VertexFunctions

java.lang.Object
com.foursquare.presto.h3.VertexFunctions

public final class VertexFunctions
extends Object
Wraps https://h3geo.org/docs/api/vertex
  • Constructor Details

    • VertexFunctions

      public VertexFunctions()
  • Method Details

    • cellToVertex

      public static Long cellToVertex​(long cell, long vertexNum)
    • cellToVertexes

      public static com.facebook.presto.common.block.Block cellToVertexes​(long cell)
    • vertexToLatLng

      public static io.airlift.slice.Slice vertexToLatLng​(long vertex)
    • isValidVertex

      public static boolean isValidVertex​(long vertex)