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 classNamedCoordinateReferenceSystemA GeoJSON named Coordinate Reference System.Methods in dev.morphia.geo with parameters of type CoordinateReferenceSystem Modifier and Type Method Description com.mongodb.client.model.geojson.GeometryGeometry. convert(CoordinateReferenceSystem crs)Converts this type to the driver typecom.mongodb.client.model.geojson.LineStringLineString. convert(CoordinateReferenceSystem crs)com.mongodb.client.model.geojson.MultiLineStringMultiLineString. convert(CoordinateReferenceSystem crs)com.mongodb.client.model.geojson.MultiPointMultiPoint. convert(CoordinateReferenceSystem crs)com.mongodb.client.model.geojson.MultiPolygonMultiPolygon. convert(CoordinateReferenceSystem crs)com.mongodb.client.model.geojson.PointPoint. convert(CoordinateReferenceSystem crs)com.mongodb.client.model.geojson.PolygonPolygon. convert(CoordinateReferenceSystem crs) -
Uses of CoordinateReferenceSystem in dev.morphia.query
Methods in dev.morphia.query with parameters of type CoordinateReferenceSystem Modifier and Type Method Description TFieldEnd. intersects(Geometry geometry, CoordinateReferenceSystem crs)This performs a $geoIntersects query, searching documents containing any sort of GeoJson field and returning those where the given geometry intersects with the document shape.TFieldEndImpl. intersects(Geometry geometry, CoordinateReferenceSystem crs)TFieldEnd. within(MultiPolygon boundaries, CoordinateReferenceSystem crs)This runs the $geoWithin query, returning documents with GeoJson fields whose area falls within the given boundaries.TFieldEnd. within(Polygon boundary, CoordinateReferenceSystem crs)This runs the $geoWithin query, returning documents with GeoJson fields whose area falls within the given boundary.TFieldEndImpl. within(MultiPolygon boundaries, CoordinateReferenceSystem crs)TFieldEndImpl. within(Polygon boundary, CoordinateReferenceSystem crs)
-