Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geowave-dev] SpatialQuery CompareOperations

Hi again,


I was looking at the CompareOperations in SpatialQueryFilter and seems they use the JTS Geometry compare methods.


As I see, only CONTAINS and OVERLAPS are implemented (in facts don't know why but OVERLAPS uses interesect instead of overlaps Geometry method).


Can the other methods be used (coveredBy, covers, crosses, disjoint, equals, intersect, touches, within)?

I can update the SpatialQueryFilter code adding new enums to CompareOperations on my own, just want to know if I need to consider something else. Don't know if they were not implemented because missing time, or for some incompatibility with geowave.


Thanks!



Back to the top