org.springframework.data.mongodb.core.geo
Class GeoResult<T>
java.lang.Object
org.springframework.data.geo.GeoResult<T>
org.springframework.data.mongodb.core.geo.GeoResult<T>
- All Implemented Interfaces:
- Serializable
Deprecated. As of release 1.5, replaced by GeoResult. This class is scheduled to
be removed in the next major release.
@Deprecated
public class GeoResult<T>
- extends GeoResult<T>
Calue object capturing some arbitrary object plus a distance.
- Author:
- Oliver Gierke, Thomas Darimont
- See Also:
- Serialized Form
GeoResult
public GeoResult(T content,
Distance distance)
- Deprecated.
- Creates a new
GeoResult for the given content and distance.
- Parameters:
content - must not be null.distance - must not be null.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.