Uses of Class
org.apache.sedona.common.S2Geography.ShapeIndexGeography
Packages that use ShapeIndexGeography
-
Uses of ShapeIndexGeography in org.apache.sedona.common.S2Geography
Methods in org.apache.sedona.common.S2Geography that return ShapeIndexGeographyModifier and TypeMethodDescriptionstatic ShapeIndexGeographyThis is what decodeTagged() actually callsMethods in org.apache.sedona.common.S2Geography with parameters of type ShapeIndexGeographyModifier and TypeMethodDescriptioncom.google.common.geometry.S2PointDistance.S2_closestPoint(ShapeIndexGeography geo1, ShapeIndexGeography geo2) booleanPredicates.S2_contains(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) doubleDistance.S2_distance(ShapeIndexGeography geo1, ShapeIndexGeography geo2) booleanPredicates.S2_equals(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) booleanPredicates.S2_intersects(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) booleanPredicates.S2_intersectsBox(ShapeIndexGeography geo1, com.google.common.geometry.S2LatLngRect rect, com.google.common.geometry.S2BooleanOperation.Options options, double tolerance) doubleDistance.S2_maxDistance(ShapeIndexGeography geo1, ShapeIndexGeography geo2) org.apache.commons.lang3.tuple.Pair<com.google.common.geometry.S2Point,com.google.common.geometry.S2Point> Distance.S2_minimumClearanceLineBetween(ShapeIndexGeography geo1, ShapeIndexGeography geo2)