Spring Data Solr

org.springframework.data.solr.core.geo
Class BoundingBox

java.lang.Object
  extended by org.springframework.data.geo.Box
      extended by org.springframework.data.solr.core.geo.BoundingBox
All Implemented Interfaces:
Serializable, org.springframework.data.geo.Shape

Deprecated. Will be removed in 1.3. Use Box instead.

public class BoundingBox
extends org.springframework.data.geo.Box

Implementation of bounding box which is an area defined by two longitudes and two latitudes to be used in spatial queries

Author:
John Dorman, Christoph Strobl
See Also:
Serialized Form

Nested Class Summary
static class BoundingBox.Builder
          Deprecated.  
 
Constructor Summary
BoundingBox(double[] first, double[] second)
          Deprecated.  
BoundingBox(org.springframework.data.geo.Point first, org.springframework.data.geo.Point second)
          Deprecated.  
 
Method Summary
 GeoLocation getGeoLocationEnd()
          Deprecated.  
 GeoLocation getGeoLocationStart()
          Deprecated.  
static BoundingBox.Builder startingAt(org.springframework.data.geo.Point start)
          Deprecated. create bounding box via builder.
 
Methods inherited from class org.springframework.data.geo.Box
equals, getFirst, getSecond, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox(double[] first,
                   double[] second)
Deprecated. 

BoundingBox

public BoundingBox(org.springframework.data.geo.Point first,
                   org.springframework.data.geo.Point second)
Deprecated. 
Method Detail

startingAt

public static BoundingBox.Builder startingAt(org.springframework.data.geo.Point start)
Deprecated. 
create bounding box via builder. BoundingBox.startingAt(locationStart).endingAt(locationEnd)

Parameters:
start -
Returns:

getGeoLocationStart

public GeoLocation getGeoLocationStart()
Deprecated. 

getGeoLocationEnd

public GeoLocation getGeoLocationEnd()
Deprecated. 

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.