public interface OShapeOperation
Modifier and Type | Method and Description |
---|---|
boolean |
contains(org.locationtech.spatial4j.shape.Shape shape,
org.locationtech.spatial4j.shape.Shape shape1) |
double |
distance(org.locationtech.spatial4j.shape.Shape shapes1,
org.locationtech.spatial4j.shape.Shape s2) |
boolean |
intersect(org.locationtech.spatial4j.shape.Shape s1,
org.locationtech.spatial4j.shape.Shape s2) |
boolean |
isEquals(org.locationtech.spatial4j.shape.Shape shape,
org.locationtech.spatial4j.shape.Shape shape1) |
boolean |
isWithInDistance(org.locationtech.spatial4j.shape.Shape s1,
org.locationtech.spatial4j.shape.Shape s2,
Double dist) |
boolean |
within(org.locationtech.spatial4j.shape.Shape shape,
org.locationtech.spatial4j.shape.Shape shape1) |
double distance(org.locationtech.spatial4j.shape.Shape shapes1, org.locationtech.spatial4j.shape.Shape s2)
boolean isWithInDistance(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2, Double dist)
boolean intersect(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2)
boolean within(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
boolean contains(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
boolean isEquals(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
Copyright © 2009–2020 OrientDB. All rights reserved.