Class Predicates
java.lang.Object
org.apache.sedona.common.S2Geography.Predicates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanS2_contains(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) booleanS2_equals(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) booleanS2_intersects(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) booleanS2_intersectsBox(ShapeIndexGeography geo1, com.google.common.geometry.S2LatLngRect rect, com.google.common.geometry.S2BooleanOperation.Options options, double tolerance)
-
Constructor Details
-
Predicates
public Predicates()
-
-
Method Details
-
S2_intersects
public boolean S2_intersects(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) -
S2_equals
public boolean S2_equals(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) -
S2_contains
public boolean S2_contains(ShapeIndexGeography geo1, ShapeIndexGeography geo2, com.google.common.geometry.S2BooleanOperation.Options options) -
S2_intersectsBox
public boolean S2_intersectsBox(ShapeIndexGeography geo1, com.google.common.geometry.S2LatLngRect rect, com.google.common.geometry.S2BooleanOperation.Options options, double tolerance)
-