Spring Data MongoDB - Core

Uses of Package
org.springframework.data.mongodb.core.geo

Packages that use org.springframework.data.mongodb.core.geo
org.springframework.data.mongodb.core MongoDB core support. 
org.springframework.data.mongodb.core.geo Support for MongoDB geo-spatial queries. 
org.springframework.data.mongodb.core.query MongoDB specific query and update support. 
org.springframework.data.mongodb.repository.query Query derivation mechanism for MongoDB specific repositories. 
 

Classes in org.springframework.data.mongodb.core.geo used by org.springframework.data.mongodb.core
GeoResults
          Value object to capture GeoResults as well as the average distance they have.
 

Classes in org.springframework.data.mongodb.core.geo used by org.springframework.data.mongodb.core.geo
Distance
          Value object to represent distances in a given metric.
GeoResult
          Calue object capturing some arbitrary object plus a distance.
GeoResults
          Value object to capture GeoResults as well as the average distance they have.
Metric
          Interface for Metrics that can be applied to a base scale.
Metrics
          Commonly used Metrics for NearQuerys.
Point
          Represents a geospatial point value.
Shape
          Common interface for all shapes.
 

Classes in org.springframework.data.mongodb.core.geo used by org.springframework.data.mongodb.core.query
Circle
          Represents a geospatial circle value
Distance
          Value object to represent distances in a given metric.
Metric
          Interface for Metrics that can be applied to a base scale.
Point
          Represents a geospatial point value.
Shape
          Common interface for all shapes.
 

Classes in org.springframework.data.mongodb.core.geo used by org.springframework.data.mongodb.repository.query
Distance
          Value object to represent distances in a given metric.
Point
          Represents a geospatial point value.
 


Spring Data MongoDB - Core

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.