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 classLineStringDeprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclassMultiLineStringDeprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclassMultiPointDeprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclassMultiPolygonDeprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclassPointDeprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadclassPolygonDeprecated, 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 GeometryCollectionGeoJson. 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 TFieldEnd. intersects(Geometry geometry)Deprecated, for removal: This API element is subject to removal in a future version.default TFieldEnd. intersects(Geometry geometry, CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.useFilters.geometry(String, Object)instead
-