Package dev.morphia.query
Class Shape.Point
- java.lang.Object
-
- dev.morphia.query.Shape.Point
-
- Enclosing class:
- Shape
public static class Shape.Point extends java.lang.ObjectDefines a Point
-
-
Constructor Summary
Constructors Constructor Description Point(double longitude, double latitude)Creates a point using longitude and latitude values
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mongodb.DBObjecttoDBObject()Creates a DBObject from this Point
-