photospace.search
Class LocationFilter

java.lang.Object
  extended byorg.apache.lucene.search.Filter
      extended byphotospace.search.LocationFilter
All Implemented Interfaces:
java.io.Serializable

public class LocationFilter
extends org.apache.lucene.search.Filter

See Also:
Serialized Form

Constructor Summary
LocationFilter(double latitude, double longitude, double radius)
           
 
Method Summary
 java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationFilter

public LocationFilter(double latitude,
                      double longitude,
                      double radius)
Method Detail

bits

public java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
                      throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()