Inherits SpatialStrategy.
|
| Query | MakeContains (Rectangle bbox) |
| | Constructs a query to retrieve documents that fully contain the input envelope.
|
| |
Definition at line 30 of file BBoxStrategy.cs.
| Lucene.Net.Spatial.BBox.BBoxStrategy.BBoxStrategy |
( |
SpatialContext |
ctx, |
|
|
String |
fieldNamePrefix |
|
) |
| |
| override AbstractField [] Lucene.Net.Spatial.BBox.BBoxStrategy.CreateIndexableFields |
( |
Shape |
shape | ) |
|
| AbstractField [] Lucene.Net.Spatial.BBox.BBoxStrategy.CreateIndexableFields |
( |
Rectangle |
bbox | ) |
|
| ValueSource Lucene.Net.Spatial.BBox.BBoxStrategy.MakeBBoxAreaSimilarityValueSource |
( |
Rectangle |
queryBox | ) |
|
| Query Lucene.Net.Spatial.BBox.BBoxStrategy.MakeContains |
( |
Rectangle |
bbox | ) |
|
|
protected |
Constructs a query to retrieve documents that fully contain the input envelope.
- Parameters
-
- Returns
- The spatial query
Definition at line 172 of file BBoxStrategy.cs.
| override ValueSource Lucene.Net.Spatial.BBox.BBoxStrategy.MakeDistanceValueSource |
( |
Point |
queryPoint | ) |
|
| Query Lucene.Net.Spatial.BBox.BBoxStrategy.MakeEquals |
( |
Rectangle |
bbox | ) |
|
| override Filter Lucene.Net.Spatial.BBox.BBoxStrategy.MakeFilter |
( |
SpatialArgs |
args | ) |
|
| override ConstantScoreQuery Lucene.Net.Spatial.BBox.BBoxStrategy.MakeQuery |
( |
SpatialArgs |
args | ) |
|
| Query Lucene.Net.Spatial.BBox.BBoxStrategy.MakeQueryWithValueSource |
( |
SpatialArgs |
args, |
|
|
ValueSource |
valueSource |
|
) |
| |
| Query Lucene.Net.Spatial.BBox.BBoxStrategy.MakeXDL |
( |
bool |
crossedDateLine | ) |
|
| Query Lucene.Net.Spatial.BBox.BBoxStrategy.MakeXDL |
( |
bool |
crossedDateLine, |
|
|
Query |
query |
|
) |
| |
| void Lucene.Net.Spatial.BBox.BBoxStrategy.SetPrecisionStep |
( |
int |
p | ) |
|
| readonly String Lucene.Net.Spatial.BBox.BBoxStrategy.field_bbox |
| readonly String Lucene.Net.Spatial.BBox.BBoxStrategy.field_maxX |
| readonly String Lucene.Net.Spatial.BBox.BBoxStrategy.field_maxY |
| readonly String Lucene.Net.Spatial.BBox.BBoxStrategy.field_minX |
| readonly String Lucene.Net.Spatial.BBox.BBoxStrategy.field_minY |
| readonly String Lucene.Net.Spatial.BBox.BBoxStrategy.field_xdl |
| int Lucene.Net.Spatial.BBox.BBoxStrategy.precisionStep = 8 |
| readonly double Lucene.Net.Spatial.BBox.BBoxStrategy.queryPower = 1.0 |
| String Lucene.Net.Spatial.BBox.BBoxStrategy.SUFFIX_MAXX = "__maxX" |
|
static |
| String Lucene.Net.Spatial.BBox.BBoxStrategy.SUFFIX_MAXY = "__maxY" |
|
static |
| String Lucene.Net.Spatial.BBox.BBoxStrategy.SUFFIX_MINX = "__minX" |
|
static |
| String Lucene.Net.Spatial.BBox.BBoxStrategy.SUFFIX_MINY = "__minY" |
|
static |
| String Lucene.Net.Spatial.BBox.BBoxStrategy.SUFFIX_XDL = "__xdl" |
|
static |
| readonly double Lucene.Net.Spatial.BBox.BBoxStrategy.targetPower = 1.0f |
The documentation for this class was generated from the following file: