Class InspectionFunctions

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

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

    • InspectionFunctions

      public InspectionFunctions()
  • Method Details

    • getResolution

      public static Long getResolution​(long h3)
    • getBaseCellNumber

      public static Long getBaseCellNumber​(long h3)
    • stringToH3

      public static Long stringToH3​(io.airlift.slice.Slice h3)
    • h3ToString

      public static io.airlift.slice.Slice h3ToString​(long h3)
    • isValidCell

      public static boolean isValidCell​(long h3)
    • isResClassIII

      public static boolean isResClassIII​(long h3)
    • isPentagon

      public static boolean isPentagon​(long h3)
    • getIcosahedronFaces

      public static com.facebook.presto.common.block.Block getIcosahedronFaces​(long h3)