Uses of Class
dev.morphia.geo.CoordinateReferenceSystem
-
Packages that use CoordinateReferenceSystem Package Description dev.morphia.geo dev.morphia.query -
-
Uses of CoordinateReferenceSystem in dev.morphia.geo
Subclasses of CoordinateReferenceSystem in dev.morphia.geo Modifier and Type Class Description classNamedCoordinateReferenceSystemDeprecated, 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 CoordinateReferenceSystem Modifier and Type Method Description com.mongodb.client.model.geojson.GeometryGeometry. convert(CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.Converts this type to the driver typecom.mongodb.client.model.geojson.LineStringLineString. convert(CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.com.mongodb.client.model.geojson.MultiLineStringMultiLineString. convert(CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.com.mongodb.client.model.geojson.MultiPointMultiPoint. convert(CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.com.mongodb.client.model.geojson.MultiPolygonMultiPolygon. convert(CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.com.mongodb.client.model.geojson.PointPoint. convert(CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.com.mongodb.client.model.geojson.PolygonPolygon. convert(CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CoordinateReferenceSystem in dev.morphia.query
Methods in dev.morphia.query with parameters of type CoordinateReferenceSystem Modifier and Type Method Description 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)insteaddefault TFieldEnd. within(MultiPolygon boundaries, CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.useFilters.geoWithin(String, MultiPolygon)insteaddefault TFieldEnd. within(Polygon boundary, CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.useFilters.geoWithin(String, Polygon)instead
-