Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Spatial.BBox.BBoxSimilarity Interface Reference

Abstraction of the calculation used to determine how similar two Bounding Boxes are. More...

Inherited by Lucene.Net.Spatial.BBox.AreaSimilarity, and Lucene.Net.Spatial.BBox.DistanceSimilarity.

Public Member Functions

double Score (Rectangle extent, Explanation exp)
 

Detailed Description

Abstraction of the calculation used to determine how similar two Bounding Boxes are.

Definition at line 26 of file BBoxSimilarity.cs.

Member Function Documentation

double Lucene.Net.Spatial.BBox.BBoxSimilarity.Score ( Rectangle  extent,
Explanation  exp 
)

The documentation for this interface was generated from the following file: