|
Spring Data Neo4j | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpatialRepository<T>
Repository for spatial queries. WKT is well known text format like POINT( LON LAT ) POLYGON (( LON1 LAT1 LON2 LAT2 LON3 LAT3 LON1 LAT1 ))
| Method Summary | |
|---|---|
org.neo4j.helpers.collection.ClosableIterable<T> |
findWithinBoundingBox(String indexName,
double lowerLeftLat,
double lowerLeftLon,
double upperRightLat,
double upperRightLon)
|
org.neo4j.helpers.collection.ClosableIterable<T> |
findWithinDistance(String indexName,
double lat,
double lon,
double distanceKm)
|
org.neo4j.helpers.collection.ClosableIterable<T> |
findWithinWellKnownText(String indexName,
String wellKnownText)
|
| Method Detail |
|---|
org.neo4j.helpers.collection.ClosableIterable<T> findWithinBoundingBox(String indexName,
double lowerLeftLat,
double lowerLeftLon,
double upperRightLat,
double upperRightLon)
org.neo4j.helpers.collection.ClosableIterable<T> findWithinDistance(String indexName,
double lat,
double lon,
double distanceKm)
org.neo4j.helpers.collection.ClosableIterable<T> findWithinWellKnownText(String indexName,
String wellKnownText)
|
Spring Data Neo4j | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||