Class GeographyIndex

java.lang.Object
org.apache.sedona.common.S2Geography.GeographyIndex

public class GeographyIndex extends Object
  • Constructor Details

    • GeographyIndex

      public GeographyIndex()
    • GeographyIndex

      public GeographyIndex(com.google.common.geometry.S2ShapeIndex.Options options)
  • Method Details

    • add

      public void add(Geography geog, int value)
    • value

      public int value(int shapeId)
      Returns the stored value for a given shape ID.
    • getShapeIndex

      public com.google.common.geometry.S2ShapeIndex getShapeIndex()
      Provides read-only access to the underlying S2ShapeIndex.