Uses of Class
de.caluga.morphium.query.geospatial.Geo
-
Packages that use Geo Package Description de.caluga.morphium.objectmapping de.caluga.morphium.query de.caluga.morphium.query.geospatial -
-
Uses of Geo in de.caluga.morphium.objectmapping
Methods in de.caluga.morphium.objectmapping that return Geo Modifier and Type Method Description GeoBsonGeoMapper. unmarshall(Object d)Methods in de.caluga.morphium.objectmapping with parameters of type Geo Modifier and Type Method Description ObjectBsonGeoMapper. marshall(Geo o) -
Uses of Geo in de.caluga.morphium.query
Methods in de.caluga.morphium.query with parameters of type Geo Modifier and Type Method Description Query<T>MongoField. geoIntersects(Geo shape)Query<T>MongoFieldImpl. geoIntersects(Geo shape)Query<T>MongoField. geoWithin(Geo shape)Query<T>MongoFieldImpl. geoWithin(Geo shape) -
Uses of Geo in de.caluga.morphium.query.geospatial
Subclasses of Geo in de.caluga.morphium.query.geospatial Modifier and Type Class Description classLineStringclassMultiLineStringclassMultiPointclassMultiPolygonclassPointclassPolygon
-