Class CellBoundary

java.lang.Object
org.elasticsearch.h3.CellBoundary

public final class CellBoundary extends Object
cell boundary points as LatLng
  • Method Details

    • numPoints

      public int numPoints()
      Number of points in this boundary
    • getLatLon

      public LatLng getLatLon(int i)
      Return the point at the given position
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object