Uses of Interface
dev.morphia.geo.Geometry
-
Packages that use Geometry Package Description dev.morphia.geo dev.morphia.query -
-
Uses of Geometry in dev.morphia.geo
Classes in dev.morphia.geo that implement Geometry Modifier and Type Class Description class
LineString
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclass
MultiLineString
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclass
MultiPoint
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclass
MultiPolygon
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclass
Point
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclass
Polygon
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadMethods in dev.morphia.geo with parameters of type Geometry Modifier and Type Method Description static GeometryCollection
GeoJson. geometryCollection(Geometry... geometries)
Deprecated, for removal: This API element is subject to removal in a future version.Return a GeometryCollection that will let you create a GeoJSON GeometryCollection. -
Uses of Geometry in dev.morphia.query
Methods in dev.morphia.query with parameters of type Geometry Modifier and Type Method Description default T
FieldEnd. intersects(Geometry geometry)
Deprecated, for removal: This API element is subject to removal in a future version.default T
FieldEnd. intersects(Geometry geometry, CoordinateReferenceSystem crs)
Deprecated, for removal: This API element is subject to removal in a future version.useFilters.geometry(String, Object)
instead
-