// TODO Auto-generated constructor stub
}
/** Deconstruct the node or list object argument and make a SpatialMatch */
@Override
protected SpatialMatch getSpatialMatch(Double latitude, Double longitude, int limit) { SpatialMatch match = new SpatialMatch(SpatialQuery.ctx.getWorldBounds().getMinY(),
SpatialQuery.ctx.getWorldBounds().getMinX(), latitude, SpatialQuery.ctx.getWorldBounds()
.getMaxX(), limit, getSpatialOperation());
return match;
}