public KnnQueryGenerator()
 {
     qp = new QueryPointGenerator();
 }
 public IncAreaQueryGenerator()
 {
     qp = new QueryPointGenerator();
 }