Skip to content

Support for geoIntersects in repository query methods [DATAMONGO-1973] #2844

Open
@spring-projects-issues

Description

@spring-projects-issues

Victor Fernandez Rojas opened DATAMONGO-1973 and commented

I have a repository for a document which contains a property:

private GeoJsonPolygon location;

 

And I'm trying to generate a method in the repository interface like:

List findByLocationIntersects(Point point);

 

In order to find all the Neighbourhoods which contain a particular Point


No further details from DATAMONGO-1973

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions