Lucene.Net.Spatial.Prefix.IntersectsPrefixTreeFilter.IntersectsPrefixTreeFilter C# (CSharp) Method

IntersectsPrefixTreeFilter() public method

public IntersectsPrefixTreeFilter ( IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, bool hasIndexedLeaves ) : Lucene.Net.Index
queryShape IShape
fieldName string
grid Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree
detailLevel int
prefixGridScanLevel int
hasIndexedLeaves bool
return Lucene.Net.Index
        public IntersectsPrefixTreeFilter(IShape queryShape, string fieldName, 
                                          SpatialPrefixTree grid, int detailLevel,
                                          int prefixGridScanLevel, bool hasIndexedLeaves)
            : base(queryShape, fieldName, grid, detailLevel, prefixGridScanLevel)
        {
            this.hasIndexedLeaves = hasIndexedLeaves;
        }