Class GeographyIndex
java.lang.Object
org.apache.sedona.common.S2Geography.GeographyIndex
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIterator to query indexed shapes by S2CellId coverings. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcom.google.common.geometry.S2ShapeIndexProvides read-only access to the underlying S2ShapeIndex.intvalue(int shapeId) Returns the stored value for a given shape ID.
-
Constructor Details
-
GeographyIndex
public GeographyIndex() -
GeographyIndex
public GeographyIndex(com.google.common.geometry.S2ShapeIndex.Options options)
-
-
Method Details
-
add
-
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.
-