Uses of Class
dev.morphia.geo.Point
-
Packages that use Point Package Description dev.morphia.aggregation dev.morphia.geo dev.morphia.query -
-
Uses of Point in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Point Modifier and Type Method Description GeoNear.GeoNearBuilderGeoNear.GeoNearBuilder. setNear(Point point)Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types instead -
Uses of Point in dev.morphia.geo
Methods in dev.morphia.geo that return Point Modifier and Type Method Description PointPointBuilder. build()Deprecated, for removal: This API element is subject to removal in a future version.Creates an immutable pointMethods in dev.morphia.geo that return types with arguments of type Point Modifier and Type Method Description List<Point>LineString. getCoordinates()Deprecated, for removal: This API element is subject to removal in a future version.List<Point>MultiPoint. getCoordinates()Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.geo with parameters of type Point Modifier and Type Method Description static LineStringGeoJson. lineString(Point... points)Deprecated, for removal: This API element is subject to removal in a future version.Create a new LineString representing a GeoJSON LineString type.static MultiPointGeoJson. multiPoint(Point... points)Deprecated, for removal: This API element is subject to removal in a future version.Create a new MultiPoint representing a GeoJSON MultiPoint type.static PolygonGeoJson. polygon(Point... points)Deprecated, for removal: This API element is subject to removal in a future version.Create a new Polygon representing a GeoJSON Polygon type.Method parameters in dev.morphia.geo with type arguments of type Point Modifier and Type Method Description static List<Position>GeoJson. convertPoints(List<Point> values)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Point in dev.morphia.query
Methods in dev.morphia.query with parameters of type Point Modifier and Type Method Description default TFieldEnd. near(Point point)Deprecated, for removal: This API element is subject to removal in a future version.default TFieldEnd. near(Point point, Double maxDistance, Double minDistance)Deprecated, for removal: This API element is subject to removal in a future version.default TFieldEnd. nearSphere(Point point)Deprecated, for removal: This API element is subject to removal in a future version.default TFieldEnd. nearSphere(Point point, Double maxDistance, Double minDistance)Deprecated, for removal: This API element is subject to removal in a future version.
-