Uses of Class
de.caluga.morphium.query.geospatial.Point
-
Packages that use Point Package Description de.caluga.morphium.query de.caluga.morphium.query.geospatial -
-
Uses of Point in de.caluga.morphium.query
Methods in de.caluga.morphium.query with parameters of type Point Modifier and Type Method Description Query<T>MongoField. near(Point point, double minDistance, double maxDistance)Query<T>MongoFieldImpl. near(Point point, double minDistance, double maxDistance)Query<T>MongoField. nearSpere(Point point, double minDistance, double maxDistance)Query<T>MongoFieldImpl. nearSpere(Point point, double minDistance, double maxDistance) -
Uses of Point in de.caluga.morphium.query.geospatial
Methods in de.caluga.morphium.query.geospatial with parameters of type Point Modifier and Type Method Description voidMultiPoint. addPoint(Point p)
-